From ce9ac412d6b1624b8020c24a8c69f128f0ca47b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 17:53:37 +0000 Subject: [PATCH] dependabot: bump peaceiris/actions-gh-pages from 4.0.0 to 4.1.0 Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-gh-pages/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cd-prod.yml | 2 +- .github/workflows/cd-stage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd-prod.yml b/.github/workflows/cd-prod.yml index 3fff032..5c00e0a 100644 --- a/.github/workflows/cd-prod.yml +++ b/.github/workflows/cd-prod.yml @@ -50,7 +50,7 @@ jobs: run: mkdocs build -v - name: update publish dir to build branch - uses: peaceiris/actions-gh-pages@v4.0.0 + uses: peaceiris/actions-gh-pages@v4.1.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: ${{ env.PUBLISH_BRANCH }} diff --git a/.github/workflows/cd-stage.yml b/.github/workflows/cd-stage.yml index d9dd16f..0e83f9a 100644 --- a/.github/workflows/cd-stage.yml +++ b/.github/workflows/cd-stage.yml @@ -52,7 +52,7 @@ jobs: run: mkdocs build -v - name: update publish dir to build branch - uses: peaceiris/actions-gh-pages@v4.0.0 + uses: peaceiris/actions-gh-pages@v4.1.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: ${{ env.PUBLISH_BRANCH }}