From c87b4b558b574c5be401c288bf323c2bb0634fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 08:58:12 +0000 Subject: [PATCH 1/2] Bump bufbuild/buf-setup-action from 1.46.0 to 1.47.2 Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.46.0 to 1.47.2. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.46.0...v1.47.2) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/proto-registry.yml | 2 +- .github/workflows/proto.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/proto-registry.yml b/.github/workflows/proto-registry.yml index 3e6ce8fb1..339165ea8 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.46.0 + uses: bufbuild/buf-setup-action@v1.47.2 - 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 5e01ebe2a..cc41ce293 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.46.0 + - uses: bufbuild/buf-setup-action@v1.47.2 - uses: bufbuild/buf-lint-action@v1.1.1 if: always() with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7061ae354..33220beca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -118,7 +118,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Buf setup action - uses: bufbuild/buf-setup-action@v1.46.0 + uses: bufbuild/buf-setup-action@v1.47.2 - name: Buf push 'proto/' uses: bufbuild/buf-push-action@v1 with: From a11ba47abe6555b84979c0348adfa69beb999016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 27 Nov 2024 08:58:33 +0000 Subject: [PATCH 2/2] Updated Changelog --- .../dependencies/2227-bufbuild-buf-setup-action-1-47-2.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .changelog/unreleased/dependencies/2227-bufbuild-buf-setup-action-1-47-2.md diff --git a/.changelog/unreleased/dependencies/2227-bufbuild-buf-setup-action-1-47-2.md b/.changelog/unreleased/dependencies/2227-bufbuild-buf-setup-action-1-47-2.md new file mode 100644 index 000000000..144f951a1 --- /dev/null +++ b/.changelog/unreleased/dependencies/2227-bufbuild-buf-setup-action-1-47-2.md @@ -0,0 +1 @@ +* `bufbuild/buf-setup-action` bumped to 1.47.2 (from 1.46.0) [PR 2227](https://github.com/provenance-io/provenance/pull/2227).