-
Notifications
You must be signed in to change notification settings - Fork 5
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
CI: part or all actions-rs unmaintained #56
Comments
actions-rs/cargo erased actions-rs/toochain replaced by dtolnay/rust-toolchain@master Closes: #56 Signed-off-by: Rafael Garcia Ruiz <[email protected]>
actions-rs/cargo erased actions-rs/toochain replaced by dtolnay/rust-toolchain@master Closes: #56 Signed-off-by: Rafael Garcia Ruiz <[email protected]>
actions-rs/cargo erased actions-rs/toochain replaced by dtolnay/rust-toolchain@master Closes: #56 Signed-off-by: Rafael Garcia Ruiz <[email protected]>
This issue might be relevant for other projects, also using |
actions-rs/cargo in unmaintained. It uses Node.js 12 actions, which are deprecated. It raises warnings at all tests. We are replacing it and just calling cargo at "run" statements Closes: #56 Signed-off-by: Rafael Garcia Ruiz <[email protected]>
actions-rs/cargo in unmaintained. It uses Node.js 12 actions, which are deprecated. It raises warnings at all tests. We are replacing it and just calling cargo at "run" statements Closes: #56 Signed-off-by: Rafael Garcia Ruiz <[email protected]>
Version 1.1.0 uses Node16 (instead of Node12) |
This is covered at actions-rs/toolchain#216 ; I have subscribed to that. |
fwiw for my other crates i've moved to https://github.com/dtolnay/rust-toolchain |
actions-rs is deprecated, move to dtolnay/rust-toolchain instead. Fixes: #56 Signed-off-by: Sjoerd Simons <[email protected]>
actions-rs/toolchain seems to be unmaintained. Something similar with actions-rs/cargo We use it and at some point part of it will be deprecated; we need to make it compatible with Node.js 16. CI raise this warning:
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions-rs/toolchain@v1, actions-rs/cargo@v1
Also:
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
The text was updated successfully, but these errors were encountered: