From cea90af13852bf569f9d05a79bf77a5830d2eb43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 11:43:08 +0300 Subject: [PATCH] Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#197) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/translate.yaml | 2 +- .github/workflows/update_doc.yml | 2 +- .github/workflows/wrap_branch.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/translate.yaml b/.github/workflows/translate.yaml index b5bc7558f..1e97b49eb 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@v6.0.5 + uses: peter-evans/create-pull-request@v6.1.0 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 de5f83d77..ebc27c618 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@v6.0.5 + uses: peter-evans/create-pull-request@v6.1.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 414a0eb80..df2f4e1ff 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@v6.0.5 + uses: peter-evans/create-pull-request@v6.1.0 with: token: ${{ secrets.BOT_PAT }} commit-message: "Wrap all files on: ${{ github.ref_name }}"