diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5ff9535b..444872ce 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,7 +31,7 @@ jobs: node-version: lts/-1 - name: Cache node_modules id: cache-node-modules - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # tag: v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # tag: v4.2.0 with: path: node_modules key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}-node-modules diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 985104bb..72e70e9a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: node-version: lts/-1 - name: Cache node_modules id: cache-node-modules - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # tag: v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # tag: v4.2.0 with: path: node_modules key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}-node-modules