From 0c94acacc44749266cada4e8ccee89dea228b272 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 18:02:30 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v6 --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 0d7e6a8..0ab4bf6 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -27,7 +27,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 with: enablement: true