Skip to content

Commit ba65aed

Browse files
chore(deps): bump arduino/setup-protoc from 1 to 2 (#266)
Bumps [arduino/setup-protoc](https://github.com/arduino/setup-protoc) from 1 to 2. - [Release notes](https://github.com/arduino/setup-protoc/releases) - [Commits](arduino/setup-protoc@v1...v2) --- updated-dependencies: - dependency-name: arduino/setup-protoc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f04295a commit ba65aed

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
steps:
3838
- name: Install Protoc
39-
uses: arduino/setup-protoc@v1
39+
uses: arduino/setup-protoc@v2
4040
with:
4141
repo-token: ${{ secrets.GITHUB_TOKEN }}
4242

@@ -79,7 +79,7 @@ jobs:
7979
8080
steps:
8181
- name: Install Protoc
82-
uses: arduino/setup-protoc@v1
82+
uses: arduino/setup-protoc@v2
8383
with:
8484
repo-token: ${{ secrets.GITHUB_TOKEN }}
8585

@@ -141,7 +141,7 @@ jobs:
141141
runs-on: ubuntu-latest
142142
steps:
143143
- name: Install Protoc
144-
uses: arduino/setup-protoc@v1
144+
uses: arduino/setup-protoc@v2
145145
with:
146146
repo-token: ${{ secrets.GITHUB_TOKEN }}
147147

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Install Protoc
13-
uses: arduino/setup-protoc@v1
13+
uses: arduino/setup-protoc@v2
1414
with:
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
1616

0 commit comments

Comments
 (0)