From e2607b8fb8f0da3e34442e7af9a42a16c294b7e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 23:12:15 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v4 --- .github/workflows/znai-pages-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/znai-pages-deploy.yml b/.github/workflows/znai-pages-deploy.yml index e9bc406..726b7ab 100644 --- a/.github/workflows/znai-pages-deploy.yml +++ b/.github/workflows/znai-pages-deploy.yml @@ -42,7 +42,7 @@ jobs: # Prepare pages for your repository - name: Setup Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v4 # Create pages artifact. Change `path` to `docs/target/ - name: Upload artifact