Update actions/setup-rust/action.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Felipe Knorr Kuhn 2026-02-15 09:47:54 -08:00 committed by GitHub
parent 43f4dcac68
commit af4ba72538
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}