diff --git a/.github/workflows/proto.yml b/.github/workflows/proto.yml index 7adfca37f6..dbae0d300b 100644 --- a/.github/workflows/proto.yml +++ b/.github/workflows/proto.yml @@ -41,7 +41,7 @@ jobs: echo "Setting output: base-branch=$branch" echo "base-branch=$branch" >> "$GITHUB_OUTPUT" - uses: bufbuild/buf-setup-action@v1.27.0 - - uses: bufbuild/buf-lint-action@v1.0.3 + - uses: bufbuild/buf-lint-action@v1.1.0 if: always() with: input: 'proto' diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aaa04093c..8c9d5c6b2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -109,6 +109,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ - Bump `github.com/otiai10/copy` from 1.12.0 to 1.14.0 ([#1693](https://github.com/provenance-io/provenance/pull/1693)) - Bump `stefanzweifel/git-auto-commit-action` from 4 to 5 ([#1696](https://github.com/provenance-io/provenance/pull/1696)) - Bump `golang.org/x/net` from 0.15.0 to 0.17.0 ([#1704](https://github.com/provenance-io/provenance/pull/1704)) +- Bump `bufbuild/buf-lint-action` from 1.0.3 to 1.1.0 ([#1705](https://github.com/provenance-io/provenance/pull/1705)) ---