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

[OPS] Update Github actions from Node v16 dependency to Node v20 #336

Closed
2 tasks
oshoma opened this issue Apr 9, 2024 · 2 comments
Closed
2 tasks

[OPS] Update Github actions from Node v16 dependency to Node v20 #336

oshoma opened this issue Apr 9, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@oshoma
Copy link
Collaborator

oshoma commented Apr 9, 2024

PROBLEM
Our github actions rely on Node16, which is deprecated. As a result, the following warning is showing up in workflow action results:

tests

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

SOLUTION
Update all of our github actions files as follows:

DEADLINE

Github says "Our plan is to transition all actions to run on Node 20 by Spring 2024."

https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

@oshoma oshoma added the enhancement New feature or request label Apr 9, 2024
@oshoma oshoma closed this as completed Apr 23, 2024
@oshoma
Copy link
Collaborator Author

oshoma commented Apr 23, 2024

Thanks @saminegash for the fix

@oshoma
Copy link
Collaborator Author

oshoma commented Apr 23, 2024

Closed with #349

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant