From aeeefdb134b7440076b3e4bb63c3a445c4c1bd02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 02:44:24 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/build-test-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-lint.yml b/.github/workflows/build-test-lint.yml index afdc8505..a96ebfab 100644 --- a/.github/workflows/build-test-lint.yml +++ b/.github/workflows/build-test-lint.yml @@ -42,7 +42,7 @@ jobs: run: yarn - name: Cache Next.js build cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .next/cache key: nextjs-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('next.config.js') }}