Skip to content

Commit 2fd6cc4

Browse files
committed
Github action: wrapper validation v4 and checkout v4
1 parent 2ae00fb commit 2fd6cc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nebula.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
name: "Gradle Wrapper Validation"
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
17-
- uses: gradle/wrapper-validation-action@v1
16+
- uses: actions/checkout@v4
17+
- uses: gradle/actions/wrapper-validation@v4
1818
buildmultijdk:
1919
if: (!startsWith(github.ref, 'refs/tags/v'))
2020
needs: validation

0 commit comments

Comments
 (0)