Skip to content

Commit a38dba2

Browse files
committed
ci(all-features): bump protoc version
1 parent 5c75f12 commit a38dba2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

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

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

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

0 commit comments

Comments
 (0)