diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index e0eb8db5..97054bbc 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@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3 id: cache-packages with: path: node_modules diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 983f3dd9..c8c621a0 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@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3 id: cache-packages with: path: node_modules