From 19efbce8772e6b258edb36d896c76a093f32a653 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 15:03:59 +0000 Subject: [PATCH] chore(deps): update swatinem/rust-cache digest to 779680d --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2174c10..7e41ed3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: override: true profile: minimal components: clippy, rustfmt - - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 with: key: ${{ matrix.pwd }} workspaces: ${{ matrix.pwd }} @@ -47,7 +47,7 @@ jobs: toolchain: stable override: true profile: minimal - - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 - name: Check documentation env: RUSTDOCFLAGS: "-D rustdoc::broken_intra_doc_links" @@ -63,7 +63,7 @@ jobs: toolchain: stable override: true profile: minimal - - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 - name: Run doc tests uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1 with: @@ -94,7 +94,7 @@ jobs: toolchain: stable override: true profile: minimal - - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 with: key: ${{ matrix.pwd }} workspaces: ${{ matrix.pwd }}