diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 9beb48e..b79a229 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -23,7 +23,7 @@ jobs: node-version: ${{ matrix.node }} - name: Cache node_modules 📦 - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.2.4 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cb0d49f..ee6c997 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: node-version: ${{ matrix.node }} - name: Cache node_modules 📦 - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.2.4 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -54,7 +54,7 @@ jobs: node-version: ${{ matrix.node }} - name: Cache node_modules 📦 - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.2.4 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}