From dbe81b486827a976cd8648aaade0bf76be42c897 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Jul 2025 01:01:51 +0000 Subject: [PATCH] Update GitHub Action `Swatinem/rust-cache` to v2.8.0 --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 74afb0e3..de4def2a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -74,7 +74,7 @@ jobs: working-directory: ${{ matrix.directory }} - name: Cache Rust dependencies - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 with: workspaces: ${{ matrix.directory }} save-if: ${{ !startsWith(github.ref, 'refs/heads/gh-readonly-queue') }} @@ -158,7 +158,7 @@ jobs: working-directory: ${{ matrix.directory }} - name: Cache Rust dependencies - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 with: workspaces: ${{ matrix.directory }} key: ${{ matrix.profile }}