From 61497ed6531d372843e39b6aeb07818e1e0d9f15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 10:36:29 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v5 --- .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 a684d96..c198d15 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@v4 + uses: actions/configure-pages@v5 - name: Install dependencies run: pnpm install --frozen-lockfile