We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e741ccf commit e73610eCopy full SHA for e73610e
1 file changed
.github/workflows/gradle.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Make gradlew executable
18
run: chmod +x gradlew ./scripts/upload_releases.sh
19
- name: Validate gradlew integrity
20
- uses: gradle/wrapper-validation-action@v2
+ uses: gradle/actions/wrapper-validation@v3
21
- name: Cache
22
uses: actions/cache@v4
23
with:
0 commit comments