dtolnay/rust-toolchain does not use tags: the commonly-used stable but also versions like 1.89.0 are not tags, but branches. https://github.com/dtolnay/rust-toolchain#choice-of-full-length-commit-sha recommends picking commits that are part of the master branch, warning other commits will be garbage-collected - so presumably neither the 'channel branches' nor the 'version branches' are expected to be usable longer-term (?). Perhaps we should track the latest commits to master of the action? (the action has a parameter to select which toolchain to install, so that might work fine).
Alternatively, perhaps we could recommend another method of installing a Rust toolchain? Perhaps https://github.com/actions-rust-lang/setup-rust-toolchain ?
/cc @snazy @potiuk @kevinjqliu
dtolnay/rust-toolchain does not use tags: the commonly-used
stablebut also versions like1.89.0are not tags, but branches. https://github.com/dtolnay/rust-toolchain#choice-of-full-length-commit-sha recommends picking commits that are part of the master branch, warning other commits will be garbage-collected - so presumably neither the 'channel branches' nor the 'version branches' are expected to be usable longer-term (?). Perhaps we should track the latest commits tomasterof the action? (the action has a parameter to select which toolchain to install, so that might work fine).Alternatively, perhaps we could recommend another method of installing a Rust toolchain? Perhaps https://github.com/actions-rust-lang/setup-rust-toolchain ?
/cc @snazy @potiuk @kevinjqliu