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