Skip to content

Commit a350e4b

Browse files
committed
Update Gradle wrapper validation to use gradle/actions/wrapper-validation@v4
The old gradle/wrapper-validation-action is deprecated and was causing CI failures.
1 parent 2331cbf commit a350e4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4
12+
- uses: gradle/actions/wrapper-validation@v4

0 commit comments

Comments
 (0)