nushell/.github/workflows
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
..
ci.yml Remove use of deprecated actions-rs/cargo GH action (#7375) 2022-12-06 18:57:07 -08:00
manual.yml Update nu version for release workflow (#6361) 2022-08-20 08:05:58 +08:00
release-pkg.nu Update release script to nu v0.71 and use ubuntu-20.04 to build nu binary (#7290) 2022-12-01 10:44:21 +08:00
release.yml Use setup-rust-toolchain for release workflow (#7315) 2022-12-01 19:23:29 -08:00
stale.yml moved folders 2022-02-07 19:23:12 +00:00
winget-submission.yml Use an older version of wingetcreate to do the msi package submission (#6347) 2022-08-18 00:11:19 +08:00