-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
actions-rs/cargo@v1 use Node12. Please update the following actions to use Node.js 16 #98
Comments
Hi! Not sure, is it a problem that CI's using an old version of Node? This action was just a cache for the binary I suppose, happy to use anything else that'd be as simple and well maintained. |
For example if I add this to a git workflow:
I will get this warning |
Alrighty then, using the one you linked in the first comment sounds good to me 👍 Would you be willing to provide a PR? |
If you can review #99 . Also if you have a way to test it and make sure it works let me know. I was not sure how to test this. |
Code lgtm. To test it, you should be able to replace in your own config file something like:
to
and run that in a PR so as to trigger the build. Once you've done that, can you paste a link of the CI run here please? Thanks in advance. |
@bnjbvr I tested following your instructions replacing it on our workflow file and works fine. I cannot paste the CI run because is a private repo |
Fixed by #99 |
Hello there,
This action is using Node12 which is deprecated
https://github.com/bnjbvr/cargo-machete/blob/881ee93cb16f717244d963d9c46f2fd3884048bb/action.yml#L11C29-L11C29 .
Would you consider to replace it with another option like https://github.com/clechasseur/rs-cargo ?
The text was updated successfully, but these errors were encountered: