From 9c0dbb2d452486de0d93f8e469ee73fda7676822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 15:03:52 -0600 Subject: [PATCH] Bump bufbuild/buf-breaking-action from 1.1.1 to 1.1.2 (#1176) Bumps [bufbuild/buf-breaking-action](https://github.com/bufbuild/buf-breaking-action) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/bufbuild/buf-breaking-action/releases) - [Commits](https://github.com/bufbuild/buf-breaking-action/compare/v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: bufbuild/buf-breaking-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Wedul --- .github/workflows/proto.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/proto.yml b/.github/workflows/proto.yml index 15dbd81ccd..846b214712 100644 --- a/.github/workflows/proto.yml +++ b/.github/workflows/proto.yml @@ -48,7 +48,7 @@ jobs: - name: provenance breaking id: breaking-prov if: always() - uses: bufbuild/buf-breaking-action@v1.1.1 + uses: bufbuild/buf-breaking-action@v1.1.2 with: input: 'proto' against: 'https://github.com/provenance-io/provenance.git#branch=${{ steps.setup.outputs.base-branch }},subdir=proto' @@ -60,7 +60,7 @@ jobs: - name: third-party breaking id: breaking-third if: always() - uses: bufbuild/buf-breaking-action@v1.1.1 + uses: bufbuild/buf-breaking-action@v1.1.2 with: input: 'third_party/proto' against: 'https://github.com/provenance-io/provenance.git#branch=${{ steps.setup.outputs.base-branch }},subdir=third_party/proto'