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 every usage of this plugin triggers a warning, see for example https://github.com/Swatinem/rust-cache/actions/runs/7772794956/
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Cause is the usage of version 3 of actions/checkout.
actions/checkout
As rust-cache already migrated from Node 16 to Node 20 itself, I think it makes sense to upgrade to version 4 of actions/checkout.
rust-cache
I'm going to create a PR for that.
The text was updated successfully, but these errors were encountered:
Upgrade checkout action from version 3 to 4
ee2a7cc
This fixes issue Swatinem#189. This is necessary because GitHub actions are going to drop support for Node.js 16. Version 4 uses Node.js 20. See https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
Upgrade checkout action from version 3 to 4 (#190)
640a221
This fixes issue #189. This is necessary because GitHub actions are going to drop support for Node.js 16. Version 4 uses Node.js 20. See https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
No branches or pull requests
Currently every usage of this plugin triggers a warning, see for example https://github.com/Swatinem/rust-cache/actions/runs/7772794956/
Cause is the usage of version 3 of
actions/checkout
.As
rust-cache
already migrated from Node 16 to Node 20 itself, I think it makes sense to upgrade to version 4 ofactions/checkout
.I'm going to create a PR for that.
The text was updated successfully, but these errors were encountered: