diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 0166720..3788288 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.1.2 + uses: actions/cache@v4.2.0 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 722485c..4a63bc1 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.1.2 + uses: actions/cache@v4.2.0 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.1.2 + uses: actions/cache@v4.2.0 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}