diff --git a/.github/workflows/build_and_commit_docs.yml b/.github/workflows/build_and_commit_docs.yml index 46317f7db7..ee91f9c1de 100644 --- a/.github/workflows/build_and_commit_docs.yml +++ b/.github/workflows/build_and_commit_docs.yml @@ -25,7 +25,7 @@ jobs: uses: ./.github/actions/build_documentation - name: Open Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v8 with: title: 'docs: generate docs from latest main [skip-ci]' delete-branch: true