nushell/.github
Reilly Wood 5114dfca7d
Remove use of deprecated actions-rs/cargo GH action (#7375)
Our CI actions have a lot of warnings like this:

>  nu-fmt-clippy (ubuntu-20.04, stable)
> 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/cargo@v1.0.1

[It looks like `actions-rs/cargo` is
abandoned](https://github.com/actions-rs/toolchain/issues/216). But the
good news is we don't actually need it, we can just run `cargo`
subcommands without a special action because we've already installed
`cargo` with `actions-rust-lang/setup-rust-toolchain`.
2022-12-06 18:57:07 -08:00
..
ISSUE_TEMPLATE Bug issue template (#6329) 2022-08-15 09:32:38 -05:00
workflows Remove use of deprecated actions-rs/cargo GH action (#7375) 2022-12-06 18:57:07 -08:00
pull_request_template.md Feature cleanup (#7182) 2022-11-22 16:58:11 -08:00