Closed striezel closed 9 months ago
This PR updates outdated and replaces unmaintained actions in the GitHub Actions workflows.
The following updates are performed:
actions/checkout
actions-rs/toolchain
dtolnay/rust-toolchain
actions-rs/cargo
cargo
Still using the outdated / unmaintained actions will generate several warnings in CI runs, for example in https://github.com/servo/unicode-bidi/actions/runs/7561082906:
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
The PR will get rid of those warnings.
This PR updates outdated and replaces unmaintained actions in the GitHub Actions workflows.
The following updates are performed:
actions/checkout
to v4actions-rs/toolchain
bydtolnay/rust-toolchain
actions-rs/cargo
by direct invocation ofcargo
Still using the outdated / unmaintained actions will generate several warnings in CI runs, for example in https://github.com/servo/unicode-bidi/actions/runs/7561082906:
The PR will get rid of those warnings.