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 07b819e commit bff989dCopy full SHA for bff989d
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Validate Gradle Wrapper
21
uses: gradle/wrapper-validation-action@v1
22
- name: Setup Java
23
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
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