We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b7e1bf + 97f5f01 commit 46e5eb8Copy full SHA for 46e5eb8
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v5
15
16
- name: Set up JDK 21
17
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
18
with:
19
distribution: 'zulu'
20
java-version: 21
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
run: echo "RELEASE_VERSION=${{ steps.candidate-version.outputs.result }}" >> $GITHUB_ENV
39
40
41
42
43
44
0 commit comments