Closed
Description
Describe the problem
@master
instead of @v1
you'll probably see the CI failing with Error: unable to get latest version
. That's because the latest commit (28fd3e5) is a breaking change in preparation for a v2 release that will happen tomorrow.
Solution
Pin the action with the @v1
like:
....
uses: arduino/setup-protoc@v1
with:
....
Metadata
Metadata
Assignees
Labels
No labels