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 dd30aee commit 7f69051Copy full SHA for 7f69051
.github/workflows/apply_spotless.yml
@@ -36,7 +36,7 @@ jobs:
36
fetch-depth: 0
37
38
- name: set up Java 17
39
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
40
with:
41
distribution: 'zulu'
42
java-version: '17'
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
34
token: ${{ secrets.PAT || github.token }}
35
.github/workflows/update_deps.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: actions/checkout@v4
11
- name: set up JDK 17
12
13
14
java-version: 17
15
0 commit comments