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.
2 parents 8c2a971 + 52bdd02 commit 1b53991Copy full SHA for 1b53991
.github/workflows/build_pr.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Gradle
18
uses: gradle/actions/setup-gradle@v4
19
- name: Setup Java
20
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
21
with:
22
distribution: temurin
23
java-version: 21
.github/workflows/publishing.yaml
@@ -18,7 +18,7 @@ jobs:
- name: Set up JDK 21
distribution: 'temurin'
24
java-version: '21'
0 commit comments