diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 837b80eff..9f9b2001a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: 🧰 Install Rust toolchain - uses: dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e # v1 + uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1 with: toolchain: nightly components: rustfmt, clippy @@ -157,7 +157,7 @@ jobs: run: apt-get install -yq gcc-aarch64-linux-gnu qemu-user libc6:arm64 - name: 🧰 Install Rust toolchain - uses: dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e # v1 + uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1 with: toolchain: nightly-${{ matrix.host-target }} targets: ${{ env.CARGO_BUILD_TARGET }} @@ -390,7 +390,7 @@ jobs: run: chown -R "$(id -u):$(id -g)" "$GITHUB_WORKSPACE" - name: 🧰 Install Rust toolchain - uses: dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e # v1 + uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1 with: toolchain: nightly