From 150feaeb7c343964316636d68aec2bf0cd206838 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 13:15:58 +0900 Subject: [PATCH] chore(deps): update actions/configure-pages action to v5 (#19900) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- guide/static-deploy-github-pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/static-deploy-github-pages.yaml b/guide/static-deploy-github-pages.yaml index 8b793055..5dc28fb8 100644 --- a/guide/static-deploy-github-pages.yaml +++ b/guide/static-deploy-github-pages.yaml @@ -44,7 +44,7 @@ jobs: - name: Build run: npm run build - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: