Skip to content

Commit b2614fe

Browse files
committed
ci: Bump Swatinem/rust-cache to v2.8.1
1 parent 3f4d533 commit b2614fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: dtolnay/rust-toolchain@master
3939
with:
4040
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
41-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
41+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
4242
with:
4343
key: udeps
4444
- run: cargo install --locked cargo-udeps@0.1.57
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
8080
components: rustfmt
81-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
81+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
8282
with:
8383
key: doc
8484
- run: cargo doc --document-private-items
@@ -99,7 +99,7 @@ jobs:
9999
# for our cases.
100100
# See: https://github.com/dtolnay/trybuild/issues/236#issuecomment-1620950759
101101
components: rust-src
102-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
102+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
103103
with:
104104
key: test
105105
- run: cargo test --no-default-features --workspace

0 commit comments

Comments
 (0)