Skip to content

Commit 1a40b69

Browse files
authored
Replace wrapper-validation-action GitHub action (#18359)
The wrapper-validation-action has been superceded by gradle/actions/wrapper-validation. https://github.com/gradle/wrapper-validation-action?tab=readme-ov-file Signed-off-by: Andrew Ross <andrross@amazon.com>
1 parent 3a4f749 commit 1a40b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- uses: gradle/wrapper-validation-action@v3
11+
- uses: gradle/actions/wrapper-validation@v3

0 commit comments

Comments
 (0)