From ff43d056af32d697e2990190569a5539e326eb28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 13:56:34 +0200 Subject: [PATCH] chore(actions): update actions/configure-pages action to v5 (#46) --- .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 a560c915..3587b0bf 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