Skip to content

Commit a389d4f

Browse files
chore(deps): update bufbuild/buf-setup-action action to v1.32.0 (open-feature#908)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c00f998 commit a389d4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727

28-
- uses: bufbuild/buf-setup-action@v1.31.0
28+
- uses: bufbuild/buf-setup-action@v1.32.0
2929
with:
3030
github_token: ${{ github.token }}
3131
- run: npm ci
@@ -74,7 +74,7 @@ jobs:
7474
- name: Install
7575
run: npm ci
7676

77-
- uses: bufbuild/buf-setup-action@v1.31.0
77+
- uses: bufbuild/buf-setup-action@v1.32.0
7878
with:
7979
github_token: ${{ github.token }}
8080

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525
submodules: recursive
2626

27-
- uses: bufbuild/buf-setup-action@v1.31.0
27+
- uses: bufbuild/buf-setup-action@v1.32.0
2828
with:
2929
github_token: ${{ github.token }}
3030
- name: Setup Node

0 commit comments

Comments
 (0)