diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index ce0e676..9369a29 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.3.0 + uses: actions/cache@v5.0.2 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ffa4ed4..1a4e2c6 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.3.0 + uses: actions/cache@v5.0.2 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.3.0 + uses: actions/cache@v5.0.2 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}