Skip to content

Commit

Permalink
chore(deps): Bump bufbuild/buf-setup-action from 0.4.0 to 0.5.0 (#300)
Browse files Browse the repository at this point in the history
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](bufbuild/buf-setup-action@v0.4.0...v0.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 20, 2021
1 parent 2596673 commit 9a6ee39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yaml
Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Buf
uses: bufbuild/buf-setup-action@v0.4.0
uses: bufbuild/buf-setup-action@v0.5.0

- name: Lint protos
uses: bufbuild/buf-lint-action@v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Buf
uses: bufbuild/buf-setup-action@v0.4.0
uses: bufbuild/buf-setup-action@v0.5.0

- name: Push to BSR
uses: bufbuild/buf-push-action@v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snaphot.yaml
Expand Up @@ -70,7 +70,7 @@ jobs:
run: docker push ghcr.io/cerbos/cerbos:dev-amd64 && docker push ghcr.io/cerbos/cerbos:dev-arm64

- name: Setup Buf
uses: bufbuild/buf-setup-action@v0.4.0
uses: bufbuild/buf-setup-action@v0.5.0

- name: Push to BSR
uses: bufbuild/buf-push-action@v0.3.0
Expand Down

0 comments on commit 9a6ee39

Please sign in to comment.