From ba52bb9665b0ff8268de49120da97de369ae3813 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 15 Jun 2026 13:58:43 +0000 Subject: [PATCH] ci(global): update actions/configure-pages action to v6 --- .github/workflows/typedoc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typedoc.yaml b/.github/workflows/typedoc.yaml index a2fc98ae..5649d1a4 100644 --- a/.github/workflows/typedoc.yaml +++ b/.github/workflows/typedoc.yaml @@ -36,7 +36,7 @@ jobs: - name: build docs run: pnpm exec typedoc - name: Setup Pages - uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5 + uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6 - name: Upload artifact uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4 with: