From b177dfbd3630997c7314cc2da5faff52a5a184c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 01:52:06 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v6 --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index df7388a..87b91bc 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -98,7 +98,7 @@ jobs: merge-multiple: true - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Upload artifact uses: actions/upload-pages-artifact@v4