From 6d6f2d3c42b3c8ff69e0f47736139db7e59ae781 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 21:18:55 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v6 --- template/.github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.github/workflows/docs.yaml b/template/.github/workflows/docs.yaml index 03b4f9c..60cca39 100644 --- a/template/.github/workflows/docs.yaml +++ b/template/.github/workflows/docs.yaml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - id: config name: Configure GitHub Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Set Environment Variables run: echo 'SITE_URL=${{ steps.config.outputs.base_url }}' >> "$GITHUB_ENV" - name: Setup uv