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 b509d91 commit 3d80d64Copy full SHA for 3d80d64
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Validate Gradle Wrapper
14
uses: gradle/actions/wrapper-validation@v4
15
- name: Set up JDK 21
16
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
17
with:
18
distribution: temurin
19
java-version: 21
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
- name: Set up JDK 17
20
21
distribution: 'temurin'
22
java-version: 17
0 commit comments