Skip to content

Commit 2e40870

Browse files
Update Swatinem/rust-cache action to v2.8.1
1 parent bb71488 commit 2e40870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
components: rustfmt, clippy
2323
- uses: taiki-e/install-action@just
24-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
24+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
2525
with:
2626
key: partition-${{ matrix.partition }}
2727
- name: Lint (clippy)
@@ -53,7 +53,7 @@ jobs:
5353
- uses: dtolnay/rust-toolchain@master
5454
with:
5555
toolchain: ${{ matrix.rust-version }}
56-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
56+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
5757
with:
5858
key: partition-${{ matrix.partition }}
5959
- uses: taiki-e/install-action@nextest

0 commit comments

Comments
 (0)