diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 6d45cb5..395731c 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@v5.0.5 + uses: actions/cache@v6.1.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 4877a5f..aeca247 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@v5.0.5 + uses: actions/cache@v6.1.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@v5.0.5 + uses: actions/cache@v6.1.0 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}