diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ba4e2b39827d1..aff57495d6fd3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -154,7 +154,7 @@ jobs: timeout-minutes: 10 - name: Deploy - uses: peaceiris/actions-gh-pages@v3.9.0 + uses: peaceiris/actions-gh-pages@v4.1.0 if: github.event_name == 'push' && github.ref == 'refs/heads/master' || github.event_name == 'schedule' with: github_token: ${{ secrets.GITHUB_TOKEN }}