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,12 @@ 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
1517+ env :
1518+ # renovate: datasource=github-releases depName=protocolbuffers/protobuf versioning=semver
1519+ PROTOBUF_VERSION : " 34.1"
15171520 with :
1518- version : " 3.x "
1521+ version : ${{ env.PROTOBUF_VERSION }}
15191522 repo-token : ${{ secrets.GITHUB_TOKEN }}
15201523 - name : Install OpenSSL
15211524 if : ${{ contains(matrix.os, 'windows') }}
Original file line number Diff line number Diff line change @@ -25,9 +25,12 @@ 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
29+ env :
30+ # renovate: datasource=github-releases depName=protocolbuffers/protobuf versioning=semver
31+ PROTOBUF_VERSION : " 34.1"
2932 with :
30- version : " 3.x "
33+ version : ${{ env.PROTOBUF_VERSION }}
3134 repo-token : ${{ secrets.GITHUB_TOKEN }}
3235 - name : Install OpenSSL
3336 if : ${{ contains(matrix.os, 'windows') }}
You can’t perform that action at this time.
0 commit comments