diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3787c5f..f5d0ae1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Cache node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | node_modules diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index deb3e83..731c793 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: node-version: 22.x - name: Cache node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | node_modules