Skip to content

ci: update test workflow actions to remove Node 20 deprecation warning#3710

Open
Shushovan015 wants to merge 3 commits intopmndrs:masterfrom
Shushovan015:fix/ci-node20-deprecation
Open

ci: update test workflow actions to remove Node 20 deprecation warning#3710
Shushovan015 wants to merge 3 commits intopmndrs:masterfrom
Shushovan015:fix/ci-node20-deprecation

Conversation

@Shushovan015
Copy link
Copy Markdown

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 cb6754b:

Sandbox Source
example Configuration

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

1 participant