From 6a581e573f65cc741c09fdf9c1bb2553b5d3016a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 18:01:03 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v6 --- .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 9d6c5ae..92c1b76 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@v5 + uses: actions/configure-pages@v6 # Create pages artifact. Change `path` to `docs/target/ - name: Upload artifact