Skip to content

Commit

Permalink
chore(deps): update bufbuild/buf-setup-action action to v1.28.0 (#639)
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 Nov 13, 2023
1 parent ab5e758 commit 9b622d8
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.27.2
- uses: bufbuild/buf-setup-action@v1.28.0
with:
github_token: ${{ github.token }}
- uses: nrwl/nx-set-shas@v3
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install
run: npm ci

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

0 comments on commit 9b622d8

Please sign in to comment.