From 5cbeb7f3739d94714a58580a87ed868354636fbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 03:17:48 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v5 --- .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 d952d85..10399b0 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@v4 + uses: actions/configure-pages@v5 # Create pages artifact. Change `path` to `docs/target/ - name: Upload artifact