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