It would be better to change the version in one place, instead across many steps.
Example (stripped for brevity and clarity):
env:
RUST_TOOLCHAIN_VERSION: "1.75.0"
jobs:
run_clippy:
steps:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
components: clippy
operator-rs already does so:
It would be better to change the version in one place, instead across many steps.
Example (stripped for brevity and clarity):
operator-rsalready does so: