2020 - uses : dtolnay/rust-toolchain@stable
2121 with :
2222 components : rustfmt, clippy
23- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
23+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
2424 with :
2525 key : partition-${{ matrix.partition }}
2626 - name : Install just, cargo-hack, and cargo-sync-rdme
6060 - uses : dtolnay/rust-toolchain@master
6161 with :
6262 toolchain : ${{ matrix.rust-version }}
63- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
63+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
6464 with :
6565 key : partition-${{ matrix.partition }}
6666 - uses : taiki-e/install-action@cargo-hack
8989 - uses : dtolnay/rust-toolchain@master
9090 with :
9191 toolchain : ${{ matrix.rust-version }}
92- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
92+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
9393 - uses : taiki-e/install-action@cross
9494 - name : Check
9595 run : cross check --target thumbv7em-none-eabi --no-default-features -p iddqd
@@ -105,7 +105,7 @@ jobs:
105105 with :
106106 toolchain : nightly
107107 components : miri
108- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
108+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
109109 - uses : taiki-e/install-action@cargo-hack
110110 - uses : taiki-e/install-action@nextest
111111 # Run tests for all crates containing unsafe code. Currently, that's just
0 commit comments