Skip to content

Commit 4e4e4f9

Browse files
ci: update gradle/wrapper-validation-action to v4
The pinned SHA was running on Node 16, which the current GitHub runner image (2.334.0) no longer supports, causing the Validation job to fail on every PR. v4 runs on Node 20 and has an up-to-date Gradle checksum list.
1 parent 3690f71 commit 4e4e4f9

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)