Skip to content

Commit 03c79d1

Browse files
build(deps): bump arduino/setup-protoc from 1 to 3
Bumps [arduino/setup-protoc](https://github.com/arduino/setup-protoc) from 1 to 3. - [Release notes](https://github.com/arduino/setup-protoc/releases) - [Commits](arduino/setup-protoc@v1...v3) --- updated-dependencies: - dependency-name: arduino/setup-protoc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bef6cb6 commit 03c79d1

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
@@ -74,7 +74,7 @@ jobs:
7474
path: .
7575

7676
- name: Install Protoc
77-
uses: arduino/setup-protoc@v1
77+
uses: arduino/setup-protoc@v3
7878
with:
7979
version: "3.x"
8080
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -135,7 +135,7 @@ jobs:
135135
path: .
136136

137137
- name: Install Protoc
138-
uses: arduino/setup-protoc@v1
138+
uses: arduino/setup-protoc@v3
139139
with:
140140
version: "3.x"
141141
repo-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python-version: "3.10"
3939

4040
- name: Install Protoc
41-
uses: arduino/setup-protoc@v1
41+
uses: arduino/setup-protoc@v3
4242
with:
4343
version: '3.x'
4444
repo-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yaml

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

5555
- name: Install Protoc
56-
uses: arduino/setup-protoc@v1
56+
uses: arduino/setup-protoc@v3
5757
with:
5858
version: '3.x'
5959
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)