Skip to content

Commit

Permalink
Merge pull request #96 from usefulness/renovate/actions-setup-java-4.x
Browse files Browse the repository at this point in the history
Update actions/setup-java action to v4
  • Loading branch information
mateuszkwiecinski authored Nov 29, 2023
2 parents 8985071 + c799d4d commit 90826c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
Expand Down

0 comments on commit 90826c9

Please sign in to comment.