From 1dc45d0bf917c643c302d18d2633914e62ff9950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 01:21:01 +0200 Subject: [PATCH] chore(deps): Bump bufbuild/buf-setup-action from 1.24.0 to 1.25.0 (#1510) --- .github/workflows/proto-lint.yml | 4 ++-- CHANGELOG.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/proto-lint.yml b/.github/workflows/proto-lint.yml index 2be23bdfe..d3266bcae 100644 --- a/.github/workflows/proto-lint.yml +++ b/.github/workflows/proto-lint.yml @@ -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" @@ -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" diff --git a/CHANGELOG.md b/CHANGELOG.md index 34f4182d2..5a862aec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)