Skip to content

Commit 575065e

Browse files
authored
Update Gradle Wrapper Validation action (#131682) (#131762)
The old one was failing from time to time. The new version has retry built-in so it hopefully solve the issue.
1 parent 6d49122 commit 575065e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
name: "Validation"
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: gradle/wrapper-validation-action@699bb18358f12c5b78b37bb0111d3a0e2276e0e2 # Release v2.1.1
12+
- uses: actions/checkout@v4
13+
- uses: gradle/actions/wrapper-validation@ac638b010cf58a27ee6c972d7336334ccaf61c96 # Release v4.4.1

0 commit comments

Comments
 (0)