From 9c233de0dd98cc05d28d2fc0815d73913e47aa07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 01:27:53 +0000 Subject: [PATCH] chore(deps): update crazy-max/ghaction-github-pages action to v5 --- .github/workflows/deploy-doc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-doc.yml b/.github/workflows/deploy-doc.yml index 7782697..39435ec 100644 --- a/.github/workflows/deploy-doc.yml +++ b/.github/workflows/deploy-doc.yml @@ -19,7 +19,7 @@ jobs: run: npm run docs - name: Deploy if: success() - uses: crazy-max/ghaction-github-pages@v2 + uses: crazy-max/ghaction-github-pages@v5 with: target_branch: gh-pages build_dir: site