Skip to content

Commit

Permalink
build(deps): Bump bufbuild/buf-setup-action from 1.14.0 to 1.27.0 (#695)
Browse files Browse the repository at this point in the history
* build(deps): Bump bufbuild/buf-setup-action from 1.14.0 to 1.27.0

Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.14.0 to 1.27.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](bufbuild/buf-setup-action@v1.14.0...v1.27.0)

---
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]>

* chore: Update README.md to trigger workflow

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lklimek <[email protected]>
  • Loading branch information
dependabot[bot] and lklimek authored Oct 9, 2023
1 parent a76cb6d commit a226dc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/proto-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.14.0
- uses: bufbuild/buf-setup-action@v1.27.0
- uses: bufbuild/buf-lint-action@v1
with:
input: "proto"
1 change: 1 addition & 0 deletions proto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ The `.proto` files within this section are core to the protocol and updates must
1b. Merge the RFC.
2. Make the necessary changes to the `.proto` file(s), [core data structures](../spec/core/data_structures.md) and/or [ABCI protocol](../spec/abci/apps.md).
3. Rebuild the Go protocol buffers by running `make proto-gen`. Ensure that the project builds correctly by running `make build`.

0 comments on commit a226dc9

Please sign in to comment.