Skip to content

Commit c774ff9

Browse files
authored
Use new buf-action instead of buf-setup-action (#369)
This moves us off the old `buf-setup-action`, where we frequently ran into rate-limiting issues.
1 parent 8836790 commit c774ff9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
with:
1919
node-version-file: ".nvmrc"
2020
cache: npm
21-
- uses: bufbuild/buf-setup-action@v1
21+
- uses: bufbuild/buf-action@v1
22+
with:
23+
setup_only: true
2224
- name: install-deps
2325
run: make install
2426
- name: test-with-xvfb

0 commit comments

Comments
 (0)