From cfdf72ed8de9fca69c90af481b76d18e176e8b85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 20:13:00 -0300 Subject: [PATCH] ci(deps): update peaceiris/actions-gh-pages action to v4 (#2232) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f18c1b2b8..3952fea55 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -74,7 +74,7 @@ jobs: continue-on-error: true - name: Deploy API-Docs - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 continue-on-error: true with: github_token: ${{ secrets.GITHUB_TOKEN }}