From 99447a61256ab5d30f0ba46c234a3eec36226f22 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Sat, 28 Jun 2025 03:44:47 +0000 Subject: [PATCH] chore(deps): update swatinem/rust-cache digest to 7e1e2d0 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7674b69..ef94264 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: toolchain: stable components: rustfmt, clippy - - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 + - uses: Swatinem/rust-cache@7e1e2d0a10862b34e5df481373b2b0f295d1a2ef - name: Lint (clippy) uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1 with: @@ -43,7 +43,7 @@ jobs: - uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1 with: toolchain: stable - - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 + - uses: Swatinem/rust-cache@7e1e2d0a10862b34e5df481373b2b0f295d1a2ef - name: run tests uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1 with: