We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/
The text was updated successfully, but these errors were encountered:
Thanks @saminegash for the fix
Sorry, something went wrong.
Closed with #349
No branches or pull requests
PROBLEM
Our github actions rely on Node16, which is deprecated. As a result, the following warning is showing up in workflow action results:
tests
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/
The text was updated successfully, but these errors were encountered: