Skip to content

Commit

Permalink
Bump bufbuild/buf-setup-action from 1.9.0 to 1.10.0 (#1259)
Browse files Browse the repository at this point in the history
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](bufbuild/buf-setup-action@v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Dec 14, 2022
1 parent 6354efc commit d3ce3f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fi
echo "base-branch: [$branch]"
echo "::set-output name=base-branch::$branch"
- uses: bufbuild/buf-setup-action@v1.9.0
- uses: bufbuild/buf-setup-action@v1.10.0
- uses: bufbuild/[email protected]
if: always()
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Buf setup action
uses: bufbuild/buf-setup-action@v1.9.0
uses: bufbuild/buf-setup-action@v1.10.0
- name: Buf push 'proto/'
uses: bufbuild/buf-push-action@v1
with:
Expand Down

0 comments on commit d3ce3f8

Please sign in to comment.