Skip to content

Commit

Permalink
CI: Bump protoc to v25.x. (#154)
Browse files Browse the repository at this point in the history
### What

Installing protoc is currently failing sometimes. Perhaps this will
help.

### How

It's a simple version bump. I decided we were fine with installing minor
version updates though.
  • Loading branch information
SamirTalwar authored Nov 7, 2023
1 parent ca5639e commit ea9a80c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: install protoc
uses: arduino/setup-protoc@v2
with:
version: "24.3"
version: "25.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: install tools
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/cargo-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: install protoc
uses: arduino/setup-protoc@v2
with:
version: "24.3"
version: "25.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: install tools
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: install protoc
uses: arduino/setup-protoc@v2
with:
version: "24.3"
version: "25.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: setup deployment
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
- name: install protoc
uses: arduino/setup-protoc@v2
with:
version: "24.3"
version: "25.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: install tools
Expand Down

0 comments on commit ea9a80c

Please sign in to comment.