From 744cf59c9f456cf41d6059b83b00f72e9dca215b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 01:11: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 2e60718..905dcce 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -91,7 +91,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