From 225f64da2ba8da9ed20fb94bb22f1e63a04e5a30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 16:47:49 +0000 Subject: [PATCH] chore(deps): update peaceiris/actions-gh-pages action to v4 --- .github/workflows/build-github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-github.yml b/.github/workflows/build-github.yml index f9951c65..0cbda368 100644 --- a/.github/workflows/build-github.yml +++ b/.github/workflows/build-github.yml @@ -37,7 +37,7 @@ jobs: # 部署到另一个GitHub仓库 - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./src/.vuepress/dist