From beb84d6ef3dd118ee211e7a1432a73300a30c518 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 18:21:01 +0000 Subject: [PATCH] Update actions/configure-pages action to v4 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c444c75..74594e9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,7 @@ jobs: - name: Build run: script/build --ci-environment - name: Set up Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v4 - name: Upload Pages artifact uses: actions/upload-pages-artifact@v2 with: