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

chore: bump GitHub Action versions #1569

Merged
merged 1 commit into from
Dec 29, 2024
Merged

Conversation

naglis
Copy link
Contributor

@naglis naglis commented Jul 15, 2024

actions/checkout@v2 and actions/cache@v2 currently issue deprecation warnings during execution about deprecated Node.js version.

The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

`actions/checkout@v2` and `actions/cache@v2` currently issue deprecation
warnings during execution about deprecated Node.js version. See also [1].

[1]: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
@rdeltour rdeltour self-assigned this Dec 28, 2024
@rdeltour rdeltour added this to the Next maintenance release milestone Dec 28, 2024
@rdeltour rdeltour merged commit 05b9cb4 into w3c:main Dec 29, 2024
@rdeltour
Copy link
Member

Merged in 05b9cb4. Thanks @naglis!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants