From e17b75f5069f8db024ab4e36c2e869d536b1f7bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 17:26:07 -0600 Subject: [PATCH] Bump bufbuild/buf-setup-action from 1.37.0 to 1.38.0 (#2133) * Bump bufbuild/buf-setup-action from 1.37.0 to 1.38.0 Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.37.0 to 1.38.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.37.0...v1.38.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/2133-bufbuild-buf-setup-action-1-38-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/2133-bufbuild-buf-setup-action-1-38-0.md diff --git a/.changelog/unreleased/dependencies/2133-bufbuild-buf-setup-action-1-38-0.md b/.changelog/unreleased/dependencies/2133-bufbuild-buf-setup-action-1-38-0.md new file mode 100644 index 000000000..359f549f3 --- /dev/null +++ b/.changelog/unreleased/dependencies/2133-bufbuild-buf-setup-action-1-38-0.md @@ -0,0 +1 @@ +* `bufbuild/buf-setup-action` bumped to 1.38.0 (from 1.37.0) [PR 2133](https://github.com/provenance-io/provenance/pull/2133). diff --git a/.github/workflows/proto-registry.yml b/.github/workflows/proto-registry.yml index 6e3229701..7e3009a31 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.37.0 + uses: bufbuild/buf-setup-action@v1.38.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 bacbe3177..2d2a4450d 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.37.0 + - uses: bufbuild/buf-setup-action@v1.38.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 2bb824b20..e922239b4 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.37.0 + uses: bufbuild/buf-setup-action@v1.38.0 - name: Buf push 'proto/' uses: bufbuild/buf-push-action@v1 with: