From 7aab5a6a136f5ca4fe6e94c19a8e2418187d8ccc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 12:08:46 +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 9df8ba2a..d1a7eaf0 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