Skip to content

Commit

Permalink
ci: don't pin version of buf
Browse files Browse the repository at this point in the history
Instead we will use the version that correlates to the action version
  • Loading branch information
ewanharris committed Jul 16, 2024
1 parent f6e565e commit 38d446f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
fetch-depth: 0

- uses: bufbuild/buf-setup-action@9990c72db080fa39cf561230b8d2d7b736681f85 # v1.30.1
with:
version: "1.28.1"
- uses: bufbuild/buf-push-action@a654ff18effe4641ebea4a4ce242c49800728459 # v1.2.0
with:
buf_token: ${{ secrets.BUF_TOKEN }}
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
with:
fetch-depth: 0
- uses: bufbuild/buf-setup-action@9990c72db080fa39cf561230b8d2d7b736681f85 # v1.30.1
with:
version: "1.28.1"
- uses: bufbuild/buf-lint-action@06f9dd823d873146471cfaaf108a993fe00e5325 # v1.1.1
- uses: bufbuild/buf-breaking-action@c57b3d842a5c3f3b454756ef65305a50a587c5ba # v1.1.4
with:
Expand All @@ -32,8 +30,6 @@ jobs:
with:
fetch-depth: 0
- uses: bufbuild/buf-setup-action@9990c72db080fa39cf561230b8d2d7b736681f85 # v1.30.1
with:
version: "1.28.1"
- name: "Generate OpenAPI & Diff"
run: |
make all
Expand Down

0 comments on commit 38d446f

Please sign in to comment.