Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Replace unmaintained actions-rs/* actions in CI workflows #196

Merged
merged 1 commit into from
May 3, 2023
Merged

Replace unmaintained actions-rs/* actions in CI workflows #196

merged 1 commit into from
May 3, 2023

Conversation

striezel
Copy link
Contributor

@striezel striezel commented Apr 5, 2023

Basically all of the actions-rs/* actions are unmaintained. See actions-rs/toolchain#216 for more information. Due to their age they generate several warnings in CI runs, for example in https://github.com/aevyrie/bevy_mod_picking/actions/runs/4508384305:

Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@ce325b6, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

To get rid of those warnings the occurrences of actions-rs/toolchain are replaced by dtolnay/rust-toolchain, and the occurrences of actions-rs/cargo are replaced by direct invocations of cargo.

Basically all of the `actions-rs/*` actions are unmaintained. See
<actions-rs/toolchain#216> for more
information. Due to their age they generate several warnings in
CI runs.

To get rid of those warnings the occurrences of
`actions-rs/toolchain` are replaced by `dtolnay/rust-toolchain`,
and the occurrences of `actions-rs/cargo` are replaced by direct
invocations of `cargo`.
@aevyrie aevyrie merged commit 8513b37 into aevyrie:main May 3, 2023
@aevyrie
Copy link
Owner

aevyrie commented May 3, 2023

Thanks!

@striezel striezel deleted the actions-rs-replacement branch May 3, 2023 21:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants