From c7245e9c111e68141fa2399a19b90d658531fb22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 18:29:34 +0000 Subject: [PATCH] chore(actions): update actions/configure-pages action to v5 --- .github/workflows/publish-website.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-website.yaml b/.github/workflows/publish-website.yaml index ba101d2..3975d93 100644 --- a/.github/workflows/publish-website.yaml +++ b/.github/workflows/publish-website.yaml @@ -47,7 +47,7 @@ jobs: - name: Setup Pages id: pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Get node version from package.json id: get_node_version