Skip to content

Commit

Permalink
Bump bufbuild/buf-breaking-action from 1.1.1 to 1.1.2 (#1176)
Browse files Browse the repository at this point in the history
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](bufbuild/buf-breaking-action@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] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Wedul <[email protected]>
  • Loading branch information
dependabot[bot] and SpicyLemon authored Oct 21, 2022
1 parent fc985f2 commit 9c0dbb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: provenance breaking
id: breaking-prov
if: always()
uses: bufbuild/[email protected].1
uses: bufbuild/[email protected].2
with:
input: 'proto'
against: 'https://github.com/provenance-io/provenance.git#branch=${{ steps.setup.outputs.base-branch }},subdir=proto'
Expand All @@ -60,7 +60,7 @@ jobs:
- name: third-party breaking
id: breaking-third
if: always()
uses: bufbuild/[email protected].1
uses: bufbuild/[email protected].2
with:
input: 'third_party/proto'
against: 'https://github.com/provenance-io/provenance.git#branch=${{ steps.setup.outputs.base-branch }},subdir=third_party/proto'
Expand Down

0 comments on commit 9c0dbb2

Please sign in to comment.