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 aa3bd84 commit 98b34fdCopy full SHA for 98b34fd
.github/workflows/build.yml
@@ -72,7 +72,7 @@ jobs:
72
java: [ 8, 11, 17, 21 ]
73
steps:
74
- uses: actions/checkout@v4
75
- - uses: actions/setup-java@v3
+ - uses: actions/setup-java@v4
76
with:
77
distribution: 'zulu'
78
java-version: ${{ matrix.java }}
@@ -91,7 +91,7 @@ jobs:
91
92
93
fetch-depth: 0
94
95
96
97
java-version: 17
.github/workflows/gradle.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
19
20
21
22
23
0 commit comments