File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 2929
3030 - name : Install Rust toolchain
3131 uses : dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
32+ with :
33+ toolchain : stable
3234
3335 - name : Install cargo-audit
3436 run : cargo install cargo-audit --locked
8385
8486 - name : Install Rust toolchain
8587 uses : dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
88+ with :
89+ toolchain : stable
8690
8791 - name : Install cargo-license
8892 run : cargo install cargo-license
@@ -140,6 +144,7 @@ jobs:
140144 - name : Install Rust toolchain
141145 uses : dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
142146 with :
147+ toolchain : stable
143148 components : clippy
144149
145150 - name : Cache cargo
@@ -194,6 +199,8 @@ jobs:
194199
195200 - name : Install Rust toolchain
196201 uses : dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
202+ with :
203+ toolchain : stable
197204
198205 - name : Install cargo-sbom
199206 run : cargo install cargo-sbom
You can’t perform that action at this time.
0 commit comments