From 818ffcee8b0dfa1a0855e3429ecd56b9c5fde24c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 18:25:08 +0000 Subject: [PATCH] Bump bufbuild/buf-setup-action from 1.41.0 to 1.42.0 (#2155) * Bump bufbuild/buf-setup-action from 1.41.0 to 1.42.0 Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.41.0 to 1.42.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.41.0...v1.42.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: dependabot[bot] --- .../dependencies/2155-bufbuild-buf-setup-action-1-42-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/2155-bufbuild-buf-setup-action-1-42-0.md diff --git a/.changelog/unreleased/dependencies/2155-bufbuild-buf-setup-action-1-42-0.md b/.changelog/unreleased/dependencies/2155-bufbuild-buf-setup-action-1-42-0.md new file mode 100644 index 000000000..4d7d8c0f4 --- /dev/null +++ b/.changelog/unreleased/dependencies/2155-bufbuild-buf-setup-action-1-42-0.md @@ -0,0 +1 @@ +* `bufbuild/buf-setup-action` bumped to 1.42.0 (from 1.41.0) [PR 2155](https://github.com/provenance-io/provenance/pull/2155). diff --git a/.github/workflows/proto-registry.yml b/.github/workflows/proto-registry.yml index 133957ab0..ac1749fbf 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.41.0 + uses: bufbuild/buf-setup-action@v1.42.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 57ce99973..e2f51b85d 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.41.0 + - uses: bufbuild/buf-setup-action@v1.42.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 82a4b9755..db368728f 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.41.0 + uses: bufbuild/buf-setup-action@v1.42.0 - name: Buf push 'proto/' uses: bufbuild/buf-push-action@v1 with: