Thanks to visit codestin.com Credit goes to github.com
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 8805868 commit 75292c1Copy full SHA for 75292c1
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- uses: actions/[email protected]
26
27
- - uses: actions/setup-java@v3
+ - uses: actions/setup-java@v4
28
with:
29
distribution: zulu
30
java-version: 17
@@ -59,7 +59,7 @@ jobs:
59
60
# Setup Java 11 environment for the next steps
61
- name: Setup Java
62
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
63
64
65
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
22
# Setup Java 17 environment for the next steps
23
0 commit comments