Skip to content

Commit bb5e6d7

Browse files
committed
ci(all-features): bump protoc version
1 parent 7a9f63d commit bb5e6d7

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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') }}

ci/actions-templates/all-features-template.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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') }}

0 commit comments

Comments
 (0)