From 2b0dbb6aec7fb7cab999873d7f41918aae8f4ab4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 19:25:43 +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 6f29d715..8e9df2f8 100644 --- a/.github/workflows/test-preview.yml +++ b/.github/workflows/test-preview.yml @@ -30,7 +30,7 @@ jobs: check-latest: true - name: Cache node_modules 📦 - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.1.1 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}