Skip to content

Commit

Permalink
update protoc used in CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vroldanbet committed Nov 6, 2023
1 parent 6900d7c commit 96cf69c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automatic-api-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: "Install protoc"
uses: "arduino/setup-protoc@v2"
with:
version: "23.3"
version: "24.4"
- name: "Install Homebrew & gRPC"
run: |
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
ruby-version: "3.2.2"
- uses: "arduino/setup-protoc@v2"
with:
version: "23.3"
version: "24.4"
- name: "Install Homebrew & gRPC"
run: |
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-api-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: "Install protoc"
uses: "arduino/setup-protoc@v2"
with:
version: "23.3"
version: "24.4"
- name: "Install Homebrew & gRPC"
run: |
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Expand Down

0 comments on commit 96cf69c

Please sign in to comment.