diff --git a/.github/workflows/translate.yaml b/.github/workflows/translate.yaml index 0fd637631..ea3ecc743 100644 --- a/.github/workflows/translate.yaml +++ b/.github/workflows/translate.yaml @@ -32,7 +32,7 @@ jobs: git commit -m "Translate ${{ github.event.inputs.file }}" - name: Create Pull Request - uses: peter-evans/create-pull-request@v7.0.1 + uses: peter-evans/create-pull-request@v7.0.2 with: token: ${{ secrets.BOT_PAT }} commit-message: Translate ${{ github.event.inputs.file }} diff --git a/.github/workflows/update_doc.yml b/.github/workflows/update_doc.yml index 6469e652e..199c5c93f 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@v7.0.1 + uses: peter-evans/create-pull-request@v7.0.2 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 0ace7d5e8..e6aa3abd5 100644 --- a/.github/workflows/wrap_branch.yml +++ b/.github/workflows/wrap_branch.yml @@ -26,7 +26,7 @@ jobs: # Create pull request - name: Create Pull Request - uses: peter-evans/create-pull-request@v7.0.1 + uses: peter-evans/create-pull-request@v7.0.2 with: token: ${{ secrets.BOT_PAT }} commit-message: "Wrap all files on: ${{ github.ref_name }}"