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 e4fe411 commit 982e023Copy full SHA for 982e023
.github/workflows/publish-snapshot.yml
@@ -18,7 +18,7 @@ jobs:
18
restore-keys: |
19
${{ runner.os }}-gradle-
20
- name: Set up JDK
21
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
22
with:
23
distribution: 'temurin'
24
java-version: '21'
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
- uses: gradle/actions/wrapper-validation@v4
25
0 commit comments