Skip to content

Commit aed3bd7

Browse files
latest protoc
1 parent 0344fdc commit aed3bd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup-rust/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ runs:
6060
continue-on-error: true
6161
uses: arduino/[email protected]
6262
with:
63-
version: "3.x"
63+
version: "23.x"
6464
repo-token: ${{ inputs.github-token }}
6565

6666
- name: Set Up Protoc (second try)
6767
if: steps.set-up-protoc.outcome == 'failure'
6868
uses: arduino/[email protected]
6969
with:
70-
version: "3.x"
70+
version: "23.x"
7171
repo-token: ${{ inputs.github-token }}
7272

7373
- name: "Add cargo problem matchers"

0 commit comments

Comments
 (0)