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

Update GitHub actions to latest due to Node 16 deprecation. #288

Merged
merged 1 commit into from
Mar 10, 2024

Conversation

chrisl8
Copy link
Contributor

@chrisl8 chrisl8 commented Mar 9, 2024

Older version of both the checkout and setup-python action use Node version 16, which is EOL.

setup-python version 5 is the first version to use Node 20 instead of 16.
https://github.com/actions/setup-python/releases/tag/v5.0.0

checkout version 4 is the first version to use Node 20 instead of 16.
https://github.com/actions/checkout/releases/tag/v4.0.0

GitHub is going to deprecate usage of Node 16 in October.
See: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

You can see GitHub's alert about this if you view the Actions on any recent commit:
https://github.com/Scony/godot-gdscript-toolkit/actions/runs/8214352229

This is admittedly a very trivial PR. I'm doing it because I am "in the area" and noticed and am also updating my personal repositories. I will not be offended if you just reject this and do your own thing here.

Older version of both `checkout` and `setup-python` action use Node version 16, which is EOL.

GitHub is going to deprecate usage of Node 16 in October.
See: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
@Scony Scony merged commit a701db5 into Scony:master Mar 10, 2024
15 checks passed
@Scony
Copy link
Owner

Scony commented Mar 10, 2024

Thanks

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.

2 participants