From 1a2b0afef1c0ecfba166bc8de3fc48f9fc5f2945 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 03:35:15 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/linting.yml | 2 +- .github/workflows/testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 3f7079f1..bdd0fbc3 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -19,7 +19,7 @@ jobs: node-version: "18.x" - name: Restore cached modules - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4 id: cache-packages with: path: node_modules diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 44ed6236..21126949 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -19,7 +19,7 @@ jobs: node-version: "18.x" - name: Restore cached modules - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4 id: cache-packages with: path: node_modules