From fe1c24bd0a292121be9108aec9ed2ad1f2802854 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 16:34:36 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v6 --- .github/workflows/astro.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index e5f819a..a29f4ad 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Pages id: pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Install dependencies run: bun install