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 1f8199f commit 5b7924fCopy full SHA for 5b7924f
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
39
# Set JDK
40
- name: Set up JDK
41
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
42
with:
43
java-version: ${{ matrix.java }}
44
distribution: 'temurin'
.github/workflows/gradle-publish.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v5
20
21
22
23
java-version: '17'
24
0 commit comments