Skip to content

Commit ecf4ade

Browse files
committed
Upgrade Gradle wrapper validation to new action v5
The `gradle/wrapper-validation-action@v3` has been superseded by `gradle/actions/wrapper-validation` https://github.com/gradle/actions/tree/main/wrapper-validation Signed-off-by: Roger Sheen <[email protected]>
1 parent d81e8bd commit ecf4ade

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
@@ -1,4 +1,4 @@
1-
# https://github.com/marketplace/actions/gradle-wrapper-validation
1+
# https://github.com/gradle/actions/tree/main/wrapper-validation
22

33
name: 'Validate Gradle Wrapper'
44

@@ -10,4 +10,4 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v5
13-
- uses: gradle/wrapper-validation-action@v3
13+
- uses: gradle/actions/wrapper-validation@v5

0 commit comments

Comments
 (0)