From 77b42b3c905f53c7b915f06f17325930ecfead0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:30:51 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4511ad3..ad7736c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v6 - name: Restore cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | .next/cache