File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1513,9 +1513,9 @@ jobs:
15131513 - name : Install rustup stable
15141514 run : rustup toolchain install stable --profile minimal
15151515 - name : Install Protoc
1516- uses : arduino/setup-protoc@v1
1516+ uses : arduino/setup-protoc@v3
15171517 with :
1518- version : " 3 .x"
1518+ version : " 34 .x"
15191519 repo-token : ${{ secrets.GITHUB_TOKEN }}
15201520 - name : Install OpenSSL
15211521 if : ${{ contains(matrix.os, 'windows') }}
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ jobs: # skip-all
2525 - name : Install rustup stable
2626 run : rustup toolchain install stable --profile minimal
2727 - name : Install Protoc
28- uses : arduino/setup-protoc@v1
28+ uses : arduino/setup-protoc@v3
2929 with :
30- version : " 3 .x"
30+ version : " 34 .x"
3131 repo-token : ${{ secrets.GITHUB_TOKEN }}
3232 - name : Install OpenSSL
3333 if : ${{ contains(matrix.os, 'windows') }}
You can’t perform that action at this time.
0 commit comments