From e5569e6de7631160b9862716cfb26f0310ad7899 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 00:44:17 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .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 3678524c51..688c4500b5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: node-version: '18' - name: Cache root node modules - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-root-node-modules with: @@ -58,7 +58,7 @@ jobs: node-version: '18' - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-node-modules with: @@ -102,7 +102,7 @@ jobs: node-version: '18' - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-node-modules with: