Skip to content

Commit

Permalink
Bump bufbuild/buf-setup-action from 1.32.2 to 1.33.0
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.32.2 to 1.33.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](bufbuild/buf-setup-action@v1.32.2...v1.33.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>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent e54a2e8 commit 04a847b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.32.2
- uses: bufbuild/buf-setup-action@v1.33.0
with:
github_token: ${{ github.token }}
- uses: bufbuild/buf-lint-action@v1.1.1
Expand All @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.32.2
- uses: bufbuild/buf-setup-action@v1.33.0
with:
github_token: ${{ github.token }}
- uses: bufbuild/buf-breaking-action@v1.1.4
Expand All @@ -33,7 +33,7 @@ jobs:
- breaking
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.32.2
- uses: bufbuild/buf-setup-action@v1.33.0
with:
github_token: ${{ github.token }}
- uses: bufbuild/buf-push-action@v1.2.0
Expand Down

0 comments on commit 04a847b

Please sign in to comment.