diff --git a/.github/workflows/02-deploy-gh-pages.yml b/.github/workflows/02-deploy-gh-pages.yml index b084478ebd..e92af221c7 100644 --- a/.github/workflows/02-deploy-gh-pages.yml +++ b/.github/workflows/02-deploy-gh-pages.yml @@ -62,7 +62,7 @@ jobs: ./.github/scripts/build-gh-page.sh - name: 🥅 Deploy to GH-Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index a3a7c4fd84..15c8c0adeb 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -32,7 +32,7 @@ jobs: return await script({github, context}) - name: 🥅 Deploy to GH-Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public