Skip to content

Commit

Permalink
chore(deps): Bump bufbuild/buf-setup-action from 1.24.0 to 1.25.0 (#1510
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dependabot[bot] authored Jul 18, 2023
1 parent e09d535 commit 1dc45d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/proto-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# timeout-minutes: 5
# steps:
# - uses: actions/checkout@v3
# - uses: bufbuild/buf-setup-action@v1.24.0
# - uses: bufbuild/buf-setup-action@v1.25.0
# - uses: bufbuild/buf-lint-action@v1
# with:
# input: "proto"
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1.24.0
- uses: bufbuild/buf-setup-action@v1.25.0
- uses: bufbuild/buf-breaking-action@v1
with:
input: "proto"
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `github.com/spf13/viper` from 1.15.0 to 1.16.0 (#1436)
- Bump `github.com/prometheus/client_golang` from 1.15.1 to 1.16.0 (#1431)
- Bump `github.com/cosmos/ibc-go/v7` from 7.1.0 to 7.2.0 (#1445)
- Bump `bufbuild/buf-setup-action` from 1.21.0 to 1.24.0 (#1449, #1469, #1505)
- Bump `bufbuild/buf-setup-action` from 1.21.0 to 1.25.0 (#1449, #1469, #1505, #1510)
- Bump `google.golang.org/protobuf` from 1.30.0 to 1.31.0 (#1450)
- Bump `cosmossdk.io/errors` from 1.0.0-beta.7 to 1.0.0 (#1499)
- Bump `github.com/holiman/uint256` from 1.2.2 to 1.2.3 (#1504)
Expand Down

0 comments on commit 1dc45d0

Please sign in to comment.