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 6afb2c2 + 05bfc21 commit fbff12fCopy full SHA for fbff12f
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
17
- name: Set up JDK 21
18
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
19
with:
20
distribution: 'zulu'
21
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