From 5bf2c408fa5dbee8d702d0074ef39c426e4d7585 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 01:07:20 +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 671876b..d8a2b21 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -95,7 +95,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