Skip to content

Commit e73610e

Browse files
committed
fix workflow validate error
1 parent e741ccf commit e73610e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Make gradlew executable
1818
run: chmod +x gradlew ./scripts/upload_releases.sh
1919
- name: Validate gradlew integrity
20-
uses: gradle/wrapper-validation-action@v2
20+
uses: gradle/actions/wrapper-validation@v3
2121
- name: Cache
2222
uses: actions/cache@v4
2323
with:

0 commit comments

Comments
 (0)