Skip to content
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

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

Merged
merged 1 commit into from
Jun 2, 2023
Merged

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

merged 1 commit into from
Jun 2, 2023

Commits on Jun 2, 2023

  1. Replace unmaintained actions-rs/* actions in CI workflows

    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`.
    striezel committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    15cc3ec View commit details
    Browse the repository at this point in the history