Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
alessio-perugini opened this issue May 30, 2023 · 0 comments
Closed

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

alessio-perugini opened this issue May 30, 2023 · 0 comments
Assignees

Comments

@alessio-perugini
Copy link
Contributor

alessio-perugini commented May 30, 2023

Describe the problem

⚠️ 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 (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:
           ....
@alessio-perugini alessio-perugini added the type: imperfection Perceived defect in any part of project label May 30, 2023
@alessio-perugini alessio-perugini self-assigned this May 30, 2023
@alessio-perugini alessio-perugini pinned this issue May 30, 2023
@alessio-perugini alessio-perugini removed the type: imperfection Perceived defect in any part of project label May 30, 2023
@alessio-perugini alessio-perugini unpinned this issue May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant