We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5820cf9 commit c6aef41Copy full SHA for c6aef41
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
node-version: ${{ matrix.node-version }}
23
24
- - uses: bufbuild/buf-setup-action@v1.26.1
+ - uses: bufbuild/buf-setup-action@v1.27.2
25
26
github_token: ${{ github.token }}
27
- uses: nrwl/nx-set-shas@v3
@@ -53,7 +53,7 @@ jobs:
53
- name: Install
54
run: npm ci
55
56
57
58
59
.github/workflows/release-please.yml
@@ -24,7 +24,7 @@ jobs:
fetch-depth: 0
submodules: recursive
28
29
30
- name: Setup Node
0 commit comments