Skip to content

chore(CI): update test workflow actions to remove Node 20 deprecation warning#3710

Merged
CodyJasonBennett merged 4 commits into
pmndrs:masterfrom
Shushovan015:fix/ci-node20-deprecation
Apr 28, 2026
Merged

chore(CI): update test workflow actions to remove Node 20 deprecation warning#3710
CodyJasonBennett merged 4 commits into
pmndrs:masterfrom
Shushovan015:fix/ci-node20-deprecation

Conversation

@Shushovan015
Copy link
Copy Markdown
Contributor

Summary

Updates GitHub Actions in the test workflow to remove deprecated Node.js 20 action runtime warnings.

Changes

  • actions/checkout: v4 -> v5
  • actions/setup-node: v4 -> v5
  • actions/cache: v4 -> v5

No behavioral changes to test steps, Node version, or cache keys.

Closes #3704

@codesandbox-ci
Copy link
Copy Markdown

codesandbox-ci Bot commented Apr 3, 2026

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit add3c95:

Sandbox Source
example Configuration

@CodyJasonBennett CodyJasonBennett changed the title ci: update test workflow actions to remove Node 20 deprecation warning chore(CI): update test workflow actions to remove Node 20 deprecation warning Apr 28, 2026
@CodyJasonBennett CodyJasonBennett merged commit 9c772a2 into pmndrs:master Apr 28, 2026
3 checks passed
@CodyJasonBennett
Copy link
Copy Markdown
Member

Thanks for cleaning this up.

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

Successfully merging this pull request may close these issues.

Test workflow file has a warning about deprecated Node.js 20 actions

2 participants