From 8c015ccf542b346b2bf278d764986b1e6bd7acb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 18:14:53 +0000 Subject: [PATCH] Bump bufbuild/buf-setup-action from 1.13.1 to 1.14.0 (#1359) Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.13.1 to 1.14.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.13.1...v1.14.0) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/proto.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/proto.yml b/.github/workflows/proto.yml index ee0df6bb5c..fa444574a2 100644 --- a/.github/workflows/proto.yml +++ b/.github/workflows/proto.yml @@ -40,7 +40,7 @@ jobs: fi echo "base-branch: [$branch]" echo "::set-output name=base-branch::$branch" - - uses: bufbuild/buf-setup-action@v1.13.1 + - uses: bufbuild/buf-setup-action@v1.14.0 - uses: bufbuild/buf-lint-action@v1.0.3 if: always() with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69be655bc8..4121c4a0cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -181,7 +181,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Buf setup action - uses: bufbuild/buf-setup-action@v1.13.1 + uses: bufbuild/buf-setup-action@v1.14.0 - name: Buf push 'proto/' uses: bufbuild/buf-push-action@v1 with: