From 28bd4ce4d8ebaa9d714ebb22b9e84cb1f6b1c5ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:32:59 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9441531..adb7c6f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Cache 💾 - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -40,7 +40,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Cache 💾 - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -71,7 +71,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Cache 💾 - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: |