From ea691818ee447784355bbc993bd11c8b6ef23677 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 01:47:15 +0000 Subject: [PATCH] chore(deps): update peaceiris/actions-gh-pages action to v4 --- .github/workflows/branch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch.yaml b/.github/workflows/branch.yaml index 9b4f119..7cc0edd 100644 --- a/.github/workflows/branch.yaml +++ b/.github/workflows/branch.yaml @@ -45,7 +45,7 @@ jobs: make all - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 if: startsWith(github.ref, 'refs/tags/') with: github_token: ${{ secrets.GITHUB_TOKEN }}