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.
1 parent f6c0d82 commit be93fddCopy full SHA for be93fdd
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
${{ runner.os }}-maven-
34
35
- name: Setup JDK 21
36
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
37
with:
38
java-version: 21
39
distribution: zulu
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
restore-keys: |
15
16
- name: Set up JDK 21
17
18
19
20
0 commit comments