From 28aabc89ed78319ac1d1e2fd3fd043d86c984b57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:01:44 +0300 Subject: [PATCH] Bump peter-evans/create-pull-request from 5.0.2 to 6.0.0 (#171) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: egeakman --- .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 c6fce8401..55c0401ab 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@v5.0.2 + uses: peter-evans/create-pull-request@v6.0.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 c56e2350b..e100a61af 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@v5.0.2 + uses: peter-evans/create-pull-request@v6.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 539aa4462..d1ef58096 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@v5.0.2 + uses: peter-evans/create-pull-request@v6.0.0 with: token: ${{ secrets.BOT_PAT }} commit-message: "Wrap all files on: ${{ github.ref_name }}"