chore(ci): bump actions to versions that use Node 24+#3471
Merged
Conversation
vbar
approved these changes
Jun 11, 2026
sistemd
approved these changes
Jun 11, 2026
Contributor
|
About setup protoc, nice alternative is protox, which is rust native proto compiler running at build.rs time, leaving us and the users with no protoc (c) dependency |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Only
actions/checkout@v4is flagged, so I started there.Then checked other "v4" actions, and notably
upload-artifactswas also running on node 20. This one had to be bumped 2 major versions. I checked and the same inputs are still there. Hopefully no surprises here.Then, the third party actions, 3 were bumped:
docker/setup-qemu-action,docker/setup-buildx-action, anddorny/paths-filter.Important flag here is that
arduino/setup-protoc@v3seems to be the latest release available and is still using node 20... I guess we can either live with it until it bites us, or just look for an alternative.Closes #3460