Skip to content

Commit 23c92ea

Browse files
authored
Merge pull request #82 from authzed/dependabot/github_actions/gradle/wrapper-validation-action-2
Bump gradle/wrapper-validation-action from 1 to 2
2 parents 292b817 + c7eace2 commit 23c92ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
version: "1.18.0"
3030
github_token: ${{ github.token }}
31-
- uses: "gradle/wrapper-validation-action@v1"
31+
- uses: "gradle/wrapper-validation-action@v2"
3232
- name: "Gradle Build"
3333
run: "./gradlew build"
3434
test:
@@ -51,6 +51,6 @@ jobs:
5151
- uses: "authzed/action-spicedb@v1"
5252
with:
5353
version: "latest"
54-
- uses: "gradle/wrapper-validation-action@v1"
54+
- uses: "gradle/wrapper-validation-action@v2"
5555
- name: "Gradle integrationTest"
5656
run: "./gradlew integrationTest --info"

0 commit comments

Comments
 (0)