From df86993af953697801b10a23db7735665708212e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:37:24 +0000 Subject: [PATCH] Update peaceiris/actions-gh-pages action to v4 --- .github/workflows/releasetag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releasetag.yml b/.github/workflows/releasetag.yml index 03bec9b0..f91a73bc 100644 --- a/.github/workflows/releasetag.yml +++ b/.github/workflows/releasetag.yml @@ -42,7 +42,7 @@ jobs: cp README.md ./docs/ sed -i 's/docs\/images/images/g' ./docs/README.md - name: Publish gh-pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} enable_jekyll: true