ci: update GitHub Actions to Node 24 runtime#1157
Merged
Merged
Conversation
Fix the "Node 20 is deprecated" warning on GitHub-hosted runners by bumping every action in .github/workflows to a release that declares runs.using: node24. Updated via pinact (SHA-pinned, --min-age 15): - actions/checkout v6.0.3, actions/cache v5.0.5, actions/upload-artifact v7.0.1, actions/download-artifact v8.0.1 - docker: setup-buildx v4.1.0, login v4.2.0, metadata v6.1.0, build-push v7.2.0, bake v7.2.0 - github/codeql-action v4.36.1 - google-github-actions: auth v3.0.0, setup-gcloud v3.0.1 - nick-fields/retry v4.0.0, r0adkll/upload-google-play v1.1.5, subosito/flutter-action v2.23.0 Replace arduino/setup-protoc (no Node 24 release) with the maintained rustfs/setup-protoc v3.0.1 drop-in fork. Pin FirebaseExtended/action-hosting-deploy to its main commit (the post-v0.10.0 "bump runtime to Node 24" change, #450, not yet tagged) and add .pinact.yaml so pinact does not revert it to the v0.10.0 release. Still on Node 16: mlcommons/cla-bot (no newer release available).
|
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
The qti unified-extended device tests on Android 13.0 fail consistently in CI on both master and PRs: - Samsung Galaxy S23 Ultra-13.0 - Samsung Galaxy S23-13.0 - Samsung Galaxy Tab S9-13.0 Comment them out (following the existing S24 Ultra precedent) until we have a fix, so they don't block the build.
|
Contributor
|
are failures for iOS build expected or not? |
Collaborator
Author
I already sent an email to system to resolve it.
|
mohitmundhragithub
approved these changes
Jun 22, 2026
mohitmundhragithub
approved these changes
Jun 22, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.



Fix the "Node 20 is deprecated" warning on GitHub-hosted runners by bumping every action in .github/workflows to a release that declares runs.using: node24.
Updated via pinact (SHA-pinned, --min-age 15):
Replace arduino/setup-protoc (no Node 24 release) with the maintained rustfs/setup-protoc v3.0.1 drop-in fork.
Pin FirebaseExtended/action-hosting-deploy to its main commit (the post-v0.10.0 "bump runtime to Node 24" change, #450, not yet tagged) and add .pinact.yaml so pinact does not revert it to the v0.10.0 release.
Still on Node 16: mlcommons/cla-bot (no newer release available).