From 636c14faa68827f3c511ca22889c9a2ba3ce499e Mon Sep 17 00:00:00 2001 From: atanishka308 Date: Tue, 22 Sep 2026 14:52:10 +0530 Subject: [PATCH] ci: pin explicit toolchain input on both Rust setup steps --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4c1dc40..2a0e0c38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -270,8 +270,9 @@ jobs: patchelf - name: Set up Rust - uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4 # stable (branch) + uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4 # stable (branch) with: + toolchain: stable components: rustfmt, clippy - name: Cache Rust dependencies @@ -328,7 +329,9 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Set up Rust - uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4 # stable (branch) + uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4 # stable (branch) + with: + toolchain: stable - name: Cache Rust dependencies uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2