Skip to content

Commit

Permalink
chore(deps): update bufbuild/buf-setup-action action to v1.32.0 (#908)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 17, 2024
1 parent c00f998 commit a389d4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- uses: bufbuild/buf-setup-action@v1.31.0
- uses: bufbuild/buf-setup-action@v1.32.0
with:
github_token: ${{ github.token }}
- run: npm ci
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Install
run: npm ci

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0
submodules: recursive

- uses: bufbuild/buf-setup-action@v1.31.0
- uses: bufbuild/buf-setup-action@v1.32.0
with:
github_token: ${{ github.token }}
- name: Setup Node
Expand Down

0 comments on commit a389d4f

Please sign in to comment.