Skip to content

Commit

Permalink
build(deps): bump bufbuild/buf-setup-action from 1.21.0 to 1.27.2
Browse files Browse the repository at this point in the history
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.21.0 to 1.27.2.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](bufbuild/buf-setup-action@v1.21.0...v1.27.2)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 1c8e3ef commit 7f28c60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bsr-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
BUF_TOKEN: ${{ secrets.BUF_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1.21.0
- uses: bufbuild/buf-setup-action@v1.27.2
# Push Evmos protos to the Buf Schema Registry
- uses: bufbuild/[email protected]
4 changes: 2 additions & 2 deletions .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1.21.0
- uses: bufbuild/buf-setup-action@v1.27.2
- uses: bufbuild/buf-lint-action@v1
with:
input: "proto"
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1.21.0
- uses: bufbuild/buf-setup-action@v1.27.2
- uses: bufbuild/buf-breaking-action@v1
with:
input: "proto"
Expand Down

0 comments on commit 7f28c60

Please sign in to comment.