diff --git a/.github/workflows/update_doc.yml b/.github/workflows/update_doc.yml index 80739378b..d0df7b2c2 100644 --- a/.github/workflows/update_doc.yml +++ b/.github/workflows/update_doc.yml @@ -32,7 +32,7 @@ jobs: git commit -m "Get changes from CPython Doc for ${{ github.ref_name }}" - name: Create Pull Request - uses: peter-evans/create-pull-request@v4.2.4 + uses: peter-evans/create-pull-request@v5.0.0 with: token: ${{ secrets.BOT_PAT }} commit-message: Get changes from CPython Doc for ${{ github.ref_name }} diff --git a/.github/workflows/wrap_branch.yml b/.github/workflows/wrap_branch.yml index 514490d69..9ca426e27 100644 --- a/.github/workflows/wrap_branch.yml +++ b/.github/workflows/wrap_branch.yml @@ -30,7 +30,7 @@ jobs: # Create pull request - name: Create Pull Request - uses: peter-evans/create-pull-request@v4.2.4 + uses: peter-evans/create-pull-request@v5.0.0 with: token: ${{ secrets.BOT_PAT }} commit-message: "Wrap all files on: ${{ github.ref_name }}"