Update actions/setup-rust/action.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
43f4dcac68
commit
af4ba72538
@ -51,6 +51,8 @@ runs:
|
||||
${{ runner.os }}-cargo-
|
||||
|
||||
- name: Install Rust toolchain
|
||||
# dtolnay/rust-toolchain pinned to a specific commit SHA for supply chain security.
|
||||
# To identify or update the corresponding version/tag, check this SHA in the dtolnay/rust-toolchain repository.
|
||||
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561
|
||||
with:
|
||||
toolchain: ${{ steps.gettoolchain.outputs.toolchain }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user