Skip to content

Commit

Permalink
chore(deps): bump arduino/setup-protoc from 2 to 3 (#4363)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 5, 2024
1 parent 46aea35 commit b0498bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: echo '::error file=Makefile,line=11,col=1::Incorrectly generated files. Ensure you have run `make mocks` and committed the files locally.'

- name: install protoc compiler
uses: arduino/setup-protoc@v2
uses: arduino/setup-protoc@v3
with:
version: '25.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b0498bf

Please sign in to comment.