Skip to content

Commit

Permalink
Merge pull request #118 from KalkulierbaR/renovate/actions-setup-java…
Browse files Browse the repository at this point in the history
…-4.x

Update actions/setup-java action to v4
  • Loading branch information
DerDrodt authored Dec 16, 2023
2 parents 532a6ac + 8102f9e commit 64d8e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: gradle/wrapper-validation-action@v1

- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
Expand Down

0 comments on commit 64d8e19

Please sign in to comment.