Skip to content

Commit f881f82

Browse files
chore(deps): bump bufbuild/buf-setup-action from 1.32.1 to 1.32.2 (#1900)
* chore(deps): bump bufbuild/buf-setup-action from 1.32.1 to 1.32.2 Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.32.1 to 1.32.2. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](bufbuild/buf-setup-action@v1.32.1...v1.32.2) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Unique-Divine <[email protected]> Co-authored-by: Unique Divine <[email protected]>
1 parent 282fbf7 commit f881f82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/proto-lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# timeout-minutes: 5
2323
# steps:
2424
# - uses: actions/checkout@v4
25-
# - uses: bufbuild/[email protected].1
25+
# - uses: bufbuild/[email protected].2
2626
# - uses: bufbuild/buf-lint-action@v1
2727
# with:
2828
# input: "proto"
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v4
34-
- uses: bufbuild/[email protected].1
34+
- uses: bufbuild/[email protected].2
3535
with:
3636
github_token: ${{ github.token }}
3737
- uses: bufbuild/buf-breaking-action@v1

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
116116
- Bump `github.com/hashicorp/go-getter` from 1.7.1 to 1.7.4 ([#1858](https://github.com/NibiruChain/nibiru/pull/1858))
117117
- Bump `github.com/btcsuite/btcd` from 0.23.3 to 0.24.0 ([#1862](https://github.com/NibiruChain/nibiru/pull/1862))
118118
- Bump `pozetroninc/github-action-get-latest-release` from 0.7.0 to 0.8.0 ([#1863](https://github.com/NibiruChain/nibiru/pull/1863))
119-
- Bump `bufbuild/buf-setup-action` from 1.30.1 to 1.32.1 ([#1891](https://github.com/NibiruChain/nibiru/pull/1891))
119+
- Bump `bufbuild/buf-setup-action` from 1.30.1 to 1.32.2 ([#1891](https://github.com/NibiruChain/nibiru/pull/1891), [#1900](https://github.com/NibiruChain/nibiru/pull/1900))
120120

121121
## [v1.3.0](https://github.com/NibiruChain/nibiru/releases/tag/v1.3.0) - 2024-05-07
122122

0 commit comments

Comments
 (0)