From 19e3c5a7829e9fac68748cbcf5a027aa0b74f691 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 15:50:17 +0000 Subject: [PATCH] chore(deps): update crazy-max/ghaction-github-pages action to v5 --- .github/workflows/build_book.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_book.yml b/.github/workflows/build_book.yml index 6406f8ba43..2d984cc928 100644 --- a/.github/workflows/build_book.yml +++ b/.github/workflows/build_book.yml @@ -31,7 +31,7 @@ jobs: - name: 部署到 GitHub Pages if: success() - uses: crazy-max/ghaction-github-pages@v4 + uses: crazy-max/ghaction-github-pages@v5 with: target_branch: gh-pages build_dir: dist