From 08fa1d4e6a3813707b3202160bf426c7f7e34f5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 20:35:48 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v4 --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 3473578..1940d21 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -27,7 +27,7 @@ jobs: env: VITE_GIT_COMMIT_SHA: ${{ github.sha }} - - uses: actions/configure-pages@v3 + - uses: actions/configure-pages@v4 - uses: actions/upload-pages-artifact@v2 with: