Skip to content

Commit

Permalink
Update to buf-setup-action@v1.32.0-beta.1 (#2954)
Browse files Browse the repository at this point in the history
  • Loading branch information
smallsamantha committed May 7, 2024
1 parent 2c6e2eb commit eaec0b4
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.31.0
- uses: bufbuild/buf-setup-action@v1.32.0-beta.1
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.31.0
- uses: bufbuild/buf-setup-action@v1.32.0-beta.1
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.31.0
- uses: bufbuild/buf-setup-action@v1.32.0-beta.1
with:
github_token: ${{ github.token }}
- uses: bufbuild/buf-push-action@v1.2.0
Expand Down

0 comments on commit eaec0b4

Please sign in to comment.