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 6b6398b commit d9a6ce7Copy full SHA for d9a6ce7
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Validate Gradle Wrapper
11
uses: gradle/wrapper-validation-action@v3
12
- name: Setup Java
13
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
14
with:
15
distribution: temurin
16
java-version: 21
.github/workflows/upload-release-asset.yml
@@ -11,7 +11,7 @@ jobs:
17
cache: gradle
0 commit comments