Skip to content

chore: bump composite actions off Node 20 deprecation#13674

Merged
midleman merged 2 commits into
mainfrom
mi/fix-ci-warnings
May 20, 2026
Merged

chore: bump composite actions off Node 20 deprecation#13674
midleman merged 2 commits into
mainfrom
mi/fix-ci-warnings

Conversation

@midleman
Copy link
Copy Markdown
Contributor

@midleman midleman commented May 20, 2026

Summary

Bring the composite actions in .github/actions/ up to the versions already used in the top-level workflows, clearing the Node 20 deprecation warnings on setup/build-ubuntu, test/unit, test/ext-host, and e2e/windows-1.

  • actions/cache/restore@v4@v5 in restore-build-caches (5x)
  • actions/cache/save@v4@v5 in save-build-caches (5x)
  • nick-fields/retry@v3@v4 in setup-build-env

QA Notes

n/a

Bring the composite actions in .github/actions/ up to the versions
already used in the top-level workflows, clearing the Node 20
deprecation warnings on setup/build-ubuntu, test/unit, test/ext-host,
and e2e/windows-1.

- actions/cache/restore@v4 -> @v5 (5 occurrences)
- actions/cache/save@v4 -> @v5 (5 occurrences)
- nick-fields/retry@v3 -> @v4

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 20, 2026

E2E Tests 🚀
This PR will run tests tagged with: @:critical

readme  valid tags

@midleman midleman changed the title Bump composite actions off Node 20 deprecation chore: bump composite actions off Node 20 deprecation May 20, 2026
@midleman midleman marked this pull request as ready for review May 20, 2026 22:17
jonvanausdeln
jonvanausdeln previously approved these changes May 20, 2026
Copy link
Copy Markdown
Contributor

@jonvanausdeln jonvanausdeln left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Covers the remaining Node 20 deprecation warning on e2e/electron and
e2e/chromium, both of which transit setup-test-env and upload-report-to-s3.
We only pass string inputs, so the v5 boolean-input cleanup doesn't affect us.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@midleman midleman merged commit 2f569cf into main May 20, 2026
24 checks passed
@midleman midleman deleted the mi/fix-ci-warnings branch May 20, 2026 23:53
@github-actions github-actions Bot locked and limited conversation to collaborators May 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants