Skip to content

Commit

Permalink
Merge pull request #106 from appuio/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
chrira authored Apr 23, 2024
2 parents 982c559 + c2c08f5 commit 36b9d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand Down

0 comments on commit 36b9d01

Please sign in to comment.