You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Problem
Every time any github action run we get following warning:
We should update these actions to benefit from the new versions and security patches.
Acceptance Criteria
actions/checkout@v3
withactions/checkout@v4
actions/setup-node@v3
withactions/setup-node@v4
Questions
Should we also update from
node 18
tonode 20
?References
The text was updated successfully, but these errors were encountered: