From 6269331959cfcb1d03f2da59665992999e90cfeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 19:47:49 +0000 Subject: [PATCH] Bump bufbuild/buf-setup-action from 1.34.0 to 1.36.0 (#2122) * Bump bufbuild/buf-setup-action from 1.34.0 to 1.36.0 Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.34.0 to 1.36.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.34.0...v1.36.0) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Updated Changelog --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Wedul Co-authored-by: SpicyLemon Co-authored-by: Ira Miller <72319+iramiller@users.noreply.github.com> --- .../dependencies/2122-bufbuild-buf-setup-action-1-36-0.md | 1 + .github/workflows/proto-registry.yml | 2 +- .github/workflows/proto.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .changelog/unreleased/dependencies/2122-bufbuild-buf-setup-action-1-36-0.md diff --git a/.changelog/unreleased/dependencies/2122-bufbuild-buf-setup-action-1-36-0.md b/.changelog/unreleased/dependencies/2122-bufbuild-buf-setup-action-1-36-0.md new file mode 100644 index 000000000..4c4fd1c03 --- /dev/null +++ b/.changelog/unreleased/dependencies/2122-bufbuild-buf-setup-action-1-36-0.md @@ -0,0 +1 @@ +* `bufbuild/buf-setup-action` bumped to 1.36.0 (from 1.34.0) [PR 2122](https://github.com/provenance-io/provenance/pull/2122). diff --git a/.github/workflows/proto-registry.yml b/.github/workflows/proto-registry.yml index 695f1420b..ae2af8df2 100644 --- a/.github/workflows/proto-registry.yml +++ b/.github/workflows/proto-registry.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Buf setup action - uses: bufbuild/buf-setup-action@v1.34.0 + uses: bufbuild/buf-setup-action@v1.36.0 - name: Buf push 'third_party/proto' uses: bufbuild/buf-push-action@v1 with: diff --git a/.github/workflows/proto.yml b/.github/workflows/proto.yml index e98182c30..0cc4ac6ce 100644 --- a/.github/workflows/proto.yml +++ b/.github/workflows/proto.yml @@ -40,7 +40,7 @@ jobs: fi echo "Setting output: base-branch=$branch" echo "base-branch=$branch" >> "$GITHUB_OUTPUT" - - uses: bufbuild/buf-setup-action@v1.34.0 + - uses: bufbuild/buf-setup-action@v1.36.0 - uses: bufbuild/buf-lint-action@v1.1.1 if: always() with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77b865b57..42a1e36bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,7 +119,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Buf setup action - uses: bufbuild/buf-setup-action@v1.34.0 + uses: bufbuild/buf-setup-action@v1.36.0 - name: Buf push 'proto/' uses: bufbuild/buf-push-action@v1 with: