From f6e9d5c90eb3bd96b2e3225eedf741c2070f47d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 23:46:37 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/webdav-stress-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/webdav-stress-test.yml b/.github/workflows/webdav-stress-test.yml index c4665bd..ec70de4 100644 --- a/.github/workflows/webdav-stress-test.yml +++ b/.github/workflows/webdav-stress-test.yml @@ -113,7 +113,7 @@ jobs: components: rustfmt, clippy - name: Cache cargo registry - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -123,7 +123,7 @@ jobs: ${{ runner.os }}-cargo-stress- - name: Cache target directory - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: target key: ${{ runner.os }}-cargo-target-stress-${{ hashFiles('**/Cargo.lock') }}-${{ hashFiles('**/*.rs') }}