From 8741134b8dd26f2ef7bca37e4a0cd4b632aa9f14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 20:16:18 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/test-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-preview.yml b/.github/workflows/test-preview.yml index e80ab32..5889e45 100644 --- a/.github/workflows/test-preview.yml +++ b/.github/workflows/test-preview.yml @@ -34,7 +34,7 @@ jobs: npm install -g npm npm --version - name: Cache node_modules 📦 - uses: actions/cache@v3.0.8 + uses: actions/cache@v4.2.0 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}