diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 2bd32e61d..f168dc6db 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -62,7 +62,7 @@ jobs: command: "site" env: GH_PAT: ${{ secrets.GH_PAT || github.token }} - - uses: peaceiris/actions-gh-pages@v3.7.3 + - uses: peaceiris/actions-gh-pages@v4.0.0 name: GitHub Pages Deploy with: github_token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index f5e597ad1..f28959ec4 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -38,7 +38,7 @@ jobs: command: "site" env: GH_PAT: ${{ secrets.GH_PAT || github.token }} - - uses: peaceiris/actions-gh-pages@v3.7.3 + - uses: peaceiris/actions-gh-pages@v4.0.0 name: GitHub Pages Deploy with: github_token: ${{ secrets.GH_PAT || github.token }}