From 6be718ee24e14673131f9cea60fed2eef4d9f094 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 5 Feb 2024 08:30:43 +0000
Subject: [PATCH] Bump peter-evans/create-pull-request from 5.0.2 to 6.0.0

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.2 to 6.0.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v5.0.2...v6.0.0)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@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 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 }}"