Skip to content

Replace unmaintained actions-rs/toolchain action in CI workflows#1246

Merged
drager merged 1 commit intodrager:masterfrom
striezel-stash:actions-rs-toolchain-replacement
May 30, 2023
Merged

Replace unmaintained actions-rs/toolchain action in CI workflows#1246
drager merged 1 commit intodrager:masterfrom
striezel-stash:actions-rs-toolchain-replacement

Conversation

@striezel
Copy link
Contributor

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/rustwasm/wasm-pack/actions/runs/4460089878:

Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions-rs/toolchain@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.

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`.
@drager drager merged commit 3073db8 into drager:master May 30, 2023
@striezel striezel deleted the actions-rs-toolchain-replacement branch May 31, 2023 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants