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 0c0b3aa + 09f150b commit 2c5f249Copy full SHA for 2c5f249
.github/workflows/gradle-wrapper-validation.yml
@@ -6,5 +6,5 @@ jobs:
6
name: "Validation"
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
10
- uses: gradle/wrapper-validation-action@v3
.github/workflows/gradle.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
- name: Set up JDK 17
19
uses: actions/setup-java@v4
20
with:
0 commit comments