Skip to content

Commit

Permalink
use v1 buf action instead of v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vroldanbet committed Nov 28, 2022
1 parent cb9d123 commit 0c05f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
distribution: "adopt"
java-package: "jdk"
java-version: "${{ matrix.java }}"
- uses: "bufbuild/buf-setup-action@v1.9.0"
- uses: "bufbuild/buf-setup-action@v1"
with:
version: "1.9.0"
- uses: "gradle/wrapper-validation-action@v1"
Expand All @@ -40,7 +40,7 @@ jobs:
distribution: "adopt"
java-package: "jdk"
java-version: "${{ matrix.java }}"
- uses: "bufbuild/buf-setup-action@v1.9.0"
- uses: "bufbuild/buf-setup-action@v1"
with:
version: "1.9.0"
- uses: "authzed/action-spicedb@v1"
Expand Down

0 comments on commit 0c05f4f

Please sign in to comment.