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 958f018 commit 25447d1Copy full SHA for 25447d1
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v5
17
with:
18
fetch-depth: 0
19
- - uses: actions/setup-java@v4
+ - uses: actions/setup-java@v5
20
21
distribution: temurin
22
java-version: ${{matrix.java}}
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
12
13
14
15
java-version: 8
0 commit comments