Explicitly install a Rust toolchain for cargo-outdated job

Debugging a recent cargo-outdated bug, it would have been nice not to
wonder whether a rustc version change in GitHub's runner image was a
contributing factor.
This commit is contained in:
David Tolnay 2024-03-25 22:24:54 -07:00
parent 6969595f5f
commit c8c804ce80
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -101,5 +101,6 @@ jobs:
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/install@cargo-outdated
- run: cargo outdated --workspace --exit-code 1