From 31e3e9cee91ce6c0b195f2b994400a1dc7373690 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 01:50:50 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v6 --- .github/workflows/cd-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-deploy.yaml b/.github/workflows/cd-deploy.yaml index 9df8ba2..d1a7eaf 100644 --- a/.github/workflows/cd-deploy.yaml +++ b/.github/workflows/cd-deploy.yaml @@ -42,7 +42,7 @@ jobs: - name: Setup Pages id: pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Install dependencies run: pnpm install --frozen-lockfile