2626 with :
2727 persist-credentials : false
2828
29- - name : Install Rust stable
30- uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
29+ - name : Select runner-provided Rust stable
30+ run : rustup default stable
3131
3232 - name : Install cargo-audit
3333 run : cargo install cargo-audit --locked
@@ -46,10 +46,10 @@ jobs:
4646 with :
4747 persist-credentials : false
4848
49- - name : Install Rust stable
50- uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
51- with :
52- components : rustfmt, clippy
49+ - name : Select runner-provided Rust stable
50+ run : |
51+ rustup default stable
52+ rustup component add rustfmt clippy
5353
5454 - name : Cache cargo registry
5555 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
@@ -91,10 +91,10 @@ jobs:
9191 with :
9292 persist-credentials : false
9393
94- - name : Install Rust stable
95- uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
96- with :
97- components : rustfmt, clippy
94+ - name : Select runner-provided Rust stable
95+ run : |
96+ rustup default stable
97+ rustup component add rustfmt clippy
9898
9999 - name : Cache cargo registry
100100 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
0 commit comments