Skip to content

Commit

Permalink
chore(deps): update bufbuild/buf-setup-action action to v1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent 9a8ea93 commit 9ae3c36
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 @@ -21,7 +21,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- uses: bufbuild/buf-setup-action@v1.28.1
- uses: bufbuild/buf-setup-action@v1.29.0
with:
github_token: ${{ github.token }}
- uses: nrwl/nx-set-shas@v3
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install
run: npm ci

- uses: bufbuild/buf-setup-action@v1.28.1
- uses: bufbuild/buf-setup-action@v1.29.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.28.1
- uses: bufbuild/buf-setup-action@v1.29.0
with:
github_token: ${{ github.token }}
- name: Setup Node
Expand Down

0 comments on commit 9ae3c36

Please sign in to comment.