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

switch CI workflow to use actions with node v20 #1714

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

koushik-ms
Copy link

Github has removed node14 from the runners and deprecated node16 since it's past its end of life1. Workflows containing actions using old node versions emit deprecation warnings. This commit removes the warning by switching to latest stable versions of the affected actions.

Fixes #1713.

Github has removed node14 from the runners and deprecated node16 since
it's past its end of life[1]. Workflows containing actions using old
node versions emit deprecation warnings. This commit removes the warning
by switching to latest stable versions of the affected actions.

[1]: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
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

Successfully merging this pull request may close these issues.

CI workflows emit deprecation warnings
1 participant