Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update actions/setup-node and actions/checkout since Node 16 is deprecated #51

Open
cheyer opened this issue Mar 27, 2024 · 0 comments
Open
Assignees

Comments

@cheyer
Copy link
Collaborator

cheyer commented Mar 27, 2024

Problem
Every time any github action run we get following warning:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

We should update these actions to benefit from the new versions and security patches.

Acceptance Criteria

  • replace actions/checkout@v3 with actions/checkout@v4
  • replace actions/setup-node@v3 with actions/setup-node@v4

Questions
Should we also update from node 18 to node 20?

References

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

No branches or pull requests

2 participants