From 0433b9d034c822674218716e83a93d2069ac474f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 07:12:25 +0200 Subject: [PATCH] Bump peaceiris/actions-gh-pages from 3 to 4 (#267) --- .github/workflows/sphinx-make-page.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sphinx-make-page.yml b/.github/workflows/sphinx-make-page.yml index 55ea359ab53..e60e7cc2fb4 100644 --- a/.github/workflows/sphinx-make-page.yml +++ b/.github/workflows/sphinx-make-page.yml @@ -53,7 +53,7 @@ jobs: path: gh-pages - name: Deploy Pages if: ${{ success() && github.event_name != 'pull_request' && !env.ACT }} - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./_build/html