From e6161eaa6279140901c201c562e66be04f9cf991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 06:14:38 +0000 Subject: [PATCH] chore: bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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