jkristell / infrared

Infrared remote control library for embedded Rust
Apache License 2.0
56 stars 10 forks source link

Replace unmaintained actions-rs/toolchain action in CI workflow #102

Closed striezel closed 1 year ago

striezel commented 1 year ago

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

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.

jkristell commented 1 year ago

Thanks! I think you added meant master instead of vmaster for the branch name?

striezel commented 1 year ago

That is indeed what I meant. Thanks for spotting it. :+1: I just have force pushed a new commit with the correct branch name.