We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46aea35 commit b0498bfCopy full SHA for b0498bf
.github/workflows/verify.yml
@@ -32,7 +32,7 @@ jobs:
32
run: echo '::error file=Makefile,line=11,col=1::Incorrectly generated files. Ensure you have run `make mocks` and committed the files locally.'
33
34
- name: install protoc compiler
35
- uses: arduino/setup-protoc@v2
+ uses: arduino/setup-protoc@v3
36
with:
37
version: '25.x'
38
repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments