We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922461d commit 3af6ae7Copy full SHA for 3af6ae7
1 file changed
.github/workflows/gradle.yml
@@ -15,7 +15,7 @@ jobs:
15
run: git -c protocol.version=2 fetch --tags --progress --no-recurse-submodules origin
16
if: "!contains(github.ref, 'refs/tags')"
17
- name: Set up JDK 17
18
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
19
with:
20
java-version: 17
21
distribution: 'zulu'
0 commit comments