diff --git a/.github/workflows/docs-release.yml b/.github/workflows/docs-release.yml index c1dd91e..e4843e3 100644 --- a/.github/workflows/docs-release.yml +++ b/.github/workflows/docs-release.yml @@ -42,7 +42,7 @@ jobs: DOCS_VERSION: ${{ env.release_tag }} - name: Commit and push to gh-pages branch - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ${{ github.event.release.tag_name }}