From 18771a811c7d4a3b750539a35ffd60a0521ca1fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 19:31:32 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v6 --- .github/workflows/cd-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-pages.yml b/.github/workflows/cd-pages.yml index 4a15652..021b94f 100644 --- a/.github/workflows/cd-pages.yml +++ b/.github/workflows/cd-pages.yml @@ -44,7 +44,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