From 2bf91c741a1859578cc1492a3293d3d70b331e88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 06:03:48 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v5 --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 2198664..32e23ba 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -110,7 +110,7 @@ jobs: ref: ${{ steps.dispatch-ref.outputs.ref }} - name: Setup GitHub Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - uses: ./.github/actions/python-init - name: Build static site