Skip to content

Commit a6e7fad

Browse files
Merge pull request #424 from nebula-plugins/update-gradle-wrapper-validation-action
Github action gradle/wrapper-validation-action is superceded by gradle/actions/wrapper-validation
2 parents 48b1ee8 + 2c12968 commit a6e7fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nebula.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
17-
- uses: gradle/wrapper-validation-action@v1
17+
- uses: gradle/actions/wrapper-validation@v3
1818
buildmultijdk:
1919
if: (!startsWith(github.ref, 'refs/tags/v'))
2020
needs: validation

0 commit comments

Comments
 (0)