From 5e630a37036a02b63bd5aaf4ff25f0189c1902a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:35:34 +0000 Subject: [PATCH] chore(deps): update peaceiris/actions-gh-pages action to v4 --- .github/workflows/ts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ts.yml b/.github/workflows/ts.yml index b6bc9d04..e8840ad9 100644 --- a/.github/workflows/ts.yml +++ b/.github/workflows/ts.yml @@ -27,7 +27,7 @@ jobs: - name: bundle run: yarn build - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public