We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 292b817 + c7eace2 commit 23c92eaCopy full SHA for 23c92ea
1 file changed
.github/workflows/build.yaml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
version: "1.18.0"
30
github_token: ${{ github.token }}
31
- - uses: "gradle/wrapper-validation-action@v1"
+ - uses: "gradle/wrapper-validation-action@v2"
32
- name: "Gradle Build"
33
run: "./gradlew build"
34
test:
@@ -51,6 +51,6 @@ jobs:
51
- uses: "authzed/action-spicedb@v1"
52
53
version: "latest"
54
55
- name: "Gradle integrationTest"
56
run: "./gradlew integrationTest --info"
0 commit comments