Skip to content

Commit a094a1f

Browse files
Update Swatinem/rust-cache action to v2.8.1
1 parent f08e6d4 commit a094a1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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
@@ -60,7 +60,7 @@ jobs:
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
@@ -89,7 +89,7 @@ jobs:
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

Comments
 (0)