diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 3f7079f1..a24a9b9f 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 id: cache-packages with: path: node_modules diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 44ed6236..e97f2556 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 id: cache-packages with: path: node_modules