Skip to content

Commit 8fc8678

Browse files
chore(deps): bump arduino/setup-protoc from 2 to 3 (#282)
1 parent 7eeb25e commit 8fc8678

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@v2
39+
uses: arduino/setup-protoc@v3
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@v2
82+
uses: arduino/setup-protoc@v3
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@v2
144+
uses: arduino/setup-protoc@v3
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@v2
13+
uses: arduino/setup-protoc@v3
1414
with:
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
1616

0 commit comments

Comments
 (0)