diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 5b649c1..f8c9fa1 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -39,13 +39,13 @@ jobs: - name: 🗄 Cache node_modules id: cache-node_modules - uses: actions/cache@b7e8d49f17405cc70c1c120101943203c98d3a4b # main + uses: actions/cache@565629816435f6c0b50676926c9b05c254113c0c # main with: path: "**/node_modules" key: node_modules-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} - name: 🗄 Cache .eslintcache - uses: actions/cache@b7e8d49f17405cc70c1c120101943203c98d3a4b # main + uses: actions/cache@565629816435f6c0b50676926c9b05c254113c0c # main with: path: .eslintcache key: eslintcache-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}