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
Currently Github Actions Worflow uses actions steps which were built from nodejs12. As per Github,
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the actions to use Node.js 16.
Update all the actions to use newer versions that are built on nodejs16 in the .github/worflows/*.yml files.
The text was updated successfully, but these errors were encountered:
I would like to take this task and work upon.
Sorry, something went wrong.
Thanks @dhruvinmaniar123 . Assigned this issue to you.
Updated all workflows for issue #9141 (#9147)
081aad5
Co-authored-by: Dhruvin Maniar <dhruvinmaniar@Dhruvins-MacBook-Pro.local>
dhruvinmaniar123
Successfully merging a pull request may close this issue.
Currently Github Actions Worflow uses actions steps which were built from nodejs12. As per Github,
Update all the actions to use newer versions that are built on nodejs16 in the .github/worflows/*.yml files.
The text was updated successfully, but these errors were encountered: