diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8648674..c491a07 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,13 +29,13 @@ jobs: - name: 🗄 Cache node_modules id: cache-node_modules - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # main + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # main with: path: "**/node_modules" key: node_modules-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} - name: 🗄 Cache .eslintcache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # main + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # main with: path: .eslintcache key: eslintcache-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}