diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 776121874..8c23ac70d 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -54,7 +54,7 @@ jobs: - uses: actions/download-artifact@v3 with: name: book - - uses: peaceiris/actions-gh-pages@v3 + - uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: . diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fcc26cbdd..27e6ec2b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -230,7 +230,7 @@ jobs: cd scoop $template -f $version,$file,$sha256>plc.json - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 if: ${{ matrix.config.os == 'windows-latest' }} with: personal_token: ${{ secrets.PAT }}