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 66e470f commit a97812fCopy full SHA for a97812f
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
- uses: actions/checkout@v4.2.2
27
28
- - uses: actions/setup-java@v4
+ - uses: actions/setup-java@v5
29
with:
30
distribution: zulu
31
java-version: 17
@@ -60,7 +60,7 @@ jobs:
60
61
# Setup Java 11 environment for the next steps
62
- name: Setup Java
63
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
64
65
66
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
22
# Setup Java 17 environment for the next steps
23
24
0 commit comments