Skip to content

Commit 596cebd

Browse files
ci: bump arduino/setup-protoc from 1 to 3
Closes #578
1 parent c70f61a commit 596cebd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
path: .
9191

9292
- name: Install Protoc
93-
uses: arduino/setup-protoc@v1
93+
uses: arduino/setup-protoc@v3
9494
with:
9595
version: "3.20.2"
9696
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -151,7 +151,7 @@ jobs:
151151
path: .
152152

153153
- name: Install Protoc
154-
uses: arduino/setup-protoc@v1
154+
uses: arduino/setup-protoc@v3
155155
with:
156156
version: "3.20.2"
157157
repo-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
python-version: "3.11"
5353

5454
- name: Install Protoc
55-
uses: arduino/setup-protoc@v1
55+
uses: arduino/setup-protoc@v3
5656
with:
5757
version: '3.20.2'
5858
repo-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
override: true
5353

5454
- name: Install Protoc
55-
uses: arduino/setup-protoc@v1
55+
uses: arduino/setup-protoc@v3
5656
with:
5757
version: '3.20.2'
5858
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)