From 3e726e0f3c6dd7dafd1a94ddc6619ca8e47dde25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 08:19:12 +0000 Subject: [PATCH] Bump bufbuild/buf-setup-action from 1.6.0 to 1.7.0 Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.6.0...v1.7.0) --- 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.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 c4df3dda46..5780c2aef5 100644 --- a/.github/workflows/proto.yml +++ b/.github/workflows/proto.yml @@ -20,7 +20,7 @@ jobs: uses: actions/setup-go@v3 with: go-version: 1.17 - - uses: bufbuild/buf-setup-action@v1.6.0 + - uses: bufbuild/buf-setup-action@v1.7.0 - uses: bufbuild/buf-lint-action@v1 if: always() with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d6259b4600..818610d064 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -145,7 +145,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Buf setup action - uses: bufbuild/buf-setup-action@v1.6.0 + uses: bufbuild/buf-setup-action@v1.7.0 - name: Buf push 'proto/' uses: bufbuild/buf-push-action@v1 with: