Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Bump bufbuild/buf-setup-action from 1.23.1 to 1.24.0
Browse files Browse the repository at this point in the history
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.23.1 to 1.24.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](bufbuild/buf-setup-action@v1.23.1...v1.24.0)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 14, 2023
1 parent a10ad9e commit 6d32a26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: npm install -g grpc_tools_node_protoc_ts grpc-tools

- name: Set up Buf
uses: bufbuild/buf-setup-action@v1.23.1
uses: bufbuild/buf-setup-action@v1.24.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Buf
uses: bufbuild/buf-setup-action@v1.23.1
uses: bufbuild/buf-setup-action@v1.24.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-protobuf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Buf
uses: bufbuild/buf-setup-action@v1.23.1
uses: bufbuild/buf-setup-action@v1.24.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Buf
uses: bufbuild/buf-setup-action@v1.23.1
uses: bufbuild/buf-setup-action@v1.24.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: npm install -g grpc_tools_node_protoc_ts grpc-tools

- name: Set up Buf
uses: bufbuild/buf-setup-action@v1.23.1
uses: bufbuild/buf-setup-action@v1.24.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Buf
uses: bufbuild/buf-setup-action@v1.23.1
uses: bufbuild/buf-setup-action@v1.24.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 6d32a26

Please sign in to comment.