Skip to content

Commit

Permalink
Bump bufbuild/buf-setup-action from 1.32.2 to 1.33.0 (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent 3f06340 commit 31c9118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Select Xcode version
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
run: sudo xcode-select --switch /Applications/Xcode_15.2.app
- uses: bufbuild/buf-setup-action@v1.32.2
- uses: bufbuild/buf-setup-action@v1.33.0
with:
github_token: ${{ github.token }}
- name: Build plugins
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Select Xcode version
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
run: sudo xcode-select --switch /Applications/Xcode_15.2.app
- uses: bufbuild/buf-setup-action@v1.32.2
- uses: bufbuild/buf-setup-action@v1.33.0
with:
github_token: ${{ github.token }}
- name: Build plugins
Expand Down

0 comments on commit 31c9118

Please sign in to comment.