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 e52b4d5 commit 1a4e324Copy full SHA for 1a4e324
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Validate Gradle Wrapper
21
uses: gradle/wrapper-validation-action@v3
22
- name: Setup Java
23
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
24
with:
25
distribution: temurin
26
cache: gradle
.github/workflows/build_pr.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
17
18
19
java-version: 17
0 commit comments