From 0eb2813fc6b52c692ba63b0aa852c5ed5a55eb0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 02:34:28 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f89978b8..0ba71075 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,14 +16,14 @@ jobs: with: node-version: '*' - name: Global Node packages cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.npm key: ubuntu--build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} - name: Test fixture dependency cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: plugin/test/fixtures/**/node_modules key: @@ -43,14 +43,14 @@ jobs: with: node-version: '*' - name: Global Node packages cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.npm key: macOS-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} - name: Test fixture dependency cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: plugin/test/fixtures/**/node_modules key: