We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11be755 + d84a78c commit 10ba72bCopy full SHA for 10ba72b
.github/workflows/build.yaml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
fetch-depth: 0
20
21
- - uses: actions/setup-java@v3
+ - uses: actions/setup-java@v4
22
23
distribution: 'zulu'
24
java-version: 17
.github/workflows/pr.yaml
@@ -16,7 +16,7 @@ jobs:
16
17
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
31
java-version: 11
0 commit comments