Closed striezel closed 9 months ago
The following updates are performed:
actions/checkout
actions-rs/toolchain
dtolnay/rust-toolchain
Still using the outdated / unmaintained actions will generate several warnings in CI runs, for example in https://github.com/Tehforsch/diman/actions/runs/7370549016:
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@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.
Thanks!
The following updates are performed:
actions/checkout
to v4actions-rs/toolchain
bydtolnay/rust-toolchain
Still using the outdated / unmaintained actions will generate several warnings in CI runs, for example in https://github.com/Tehforsch/diman/actions/runs/7370549016:
The PR will get rid of those warnings.