arduino / setup-protoc

GitHub Action to setup the protoc compiler for protocol buffers
GNU General Public License v3.0
134 stars 58 forks source link

Error: unable to get latest version - CI not working #81

Closed alessio-perugini closed 1 year ago

alessio-perugini commented 1 year ago

Describe the problem

:warning: for users using the actions with @master instead of @v1 you'll probably see the CI failing with Error: unable to get latest version. That's because the latest commit (28fd3e5ddcc4ae8820e0c2085bfea8ab68f631e3) 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:
           ....