Skip to content

Commit b0498bf

Browse files
chore(deps): bump arduino/setup-protoc from 2 to 3 (#4363)
1 parent 46aea35 commit b0498bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: echo '::error file=Makefile,line=11,col=1::Incorrectly generated files. Ensure you have run `make mocks` and committed the files locally.'
3333

3434
- name: install protoc compiler
35-
uses: arduino/setup-protoc@v2
35+
uses: arduino/setup-protoc@v3
3636
with:
3737
version: '25.x'
3838
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)