Skip to content

Commit

Permalink
Use new buf-action instead of buf-setup-action (#369)
Browse files Browse the repository at this point in the history
This moves us off the old `buf-setup-action`, where we frequently
ran into rate-limiting issues.
  • Loading branch information
doriable authored Jan 14, 2025
1 parent 8836790 commit c774ff9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
with:
node-version-file: ".nvmrc"
cache: npm
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-action@v1
with:
setup_only: true
- name: install-deps
run: make install
- name: test-with-xvfb
Expand Down

0 comments on commit c774ff9

Please sign in to comment.