diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 5b649c15..a2a01666 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@668228422ae6a00e4ad889ee87cd7109ec5666a7 # 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@668228422ae6a00e4ad889ee87cd7109ec5666a7 # main with: path: .eslintcache key: eslintcache-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}