From 3cf55529ffe98723f01d3592dd04abf4d3573ee8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 02:41:30 +0000 Subject: [PATCH] Update actions/configure-pages action to v5 --- .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 7c593d3..7aba405 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -103,7 +103,7 @@ jobs: merge-multiple: true - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Upload artifact uses: actions/upload-pages-artifact@v3