diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ec913e552..418502384 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,7 +26,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Restore or cache Next.js build - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | .next/cache @@ -41,7 +41,7 @@ jobs: - if: matrix.node-version == '24.x' && success() name: Cache Next.js build output - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: | .next