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 4da6626 commit 65da1f6Copy full SHA for 65da1f6
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
gradle-${{ runner.os }}
31
gradle-
32
- name: Set up JDK ${{ matrix.java-version }}
33
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
34
with:
35
java-version: ${{ matrix.java-version }}
36
distribution: temurin
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
- name: Set up JDK 21
java-version: 21
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
0 commit comments