Skip to content

Commit

Permalink
chore: update protoc to 3.26
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-olszewski committed Apr 23, 2024
1 parent 03e9657 commit 0eb81a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/setup-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ runs:
- name: Set Up Protoc
id: set-up-protoc
continue-on-error: true
uses: arduino/setup-protoc@v1.3.0
uses: arduino/setup-protoc@v3.0.0
with:
version: "3.x"
version: "26.x"
repo-token: ${{ inputs.github-token }}

- name: Set Up Protoc (second try)
if: steps.set-up-protoc.outcome == 'failure'
uses: arduino/setup-protoc@v1.3.0
uses: arduino/setup-protoc@v3.0.0
with:
version: "3.x"
version: "26.x"
repo-token: ${{ inputs.github-token }}

- name: "Add cargo problem matchers"
Expand Down

0 comments on commit 0eb81a2

Please sign in to comment.