From 5110e96434ccb53626c308d45980f15124b0cfef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 21:38:56 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4.1.0 --- .github/actions/setup-node/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-node/action.yml b/.github/actions/setup-node/action.yml index 8f1006e..e3686e7 100644 --- a/.github/actions/setup-node/action.yml +++ b/.github/actions/setup-node/action.yml @@ -30,7 +30,7 @@ runs: - name: Restore `node_modules` id: node-modules-restore - uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 with: path: node_modules key: ${{ env.CACHE_KEY }} @@ -57,7 +57,7 @@ runs: - name: Write `node_modules` cache if: env.CACHE_HIT != 'true' - uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache/save@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 with: path: node_modules key: ${{ env.CACHE_KEY }}