Skip to content

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
@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

2 participants