diff --git a/.github/workflows/update_doc.yml b/.github/workflows/update_doc.yml
index d0df7b2c2..d24b00a49 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.0
+        uses: peter-evans/create-pull-request@v5.0.1
         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 9ca426e27..4fc9f7f21 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@v5.0.0
+        uses: peter-evans/create-pull-request@v5.0.1
         with:
           token: ${{ secrets.BOT_PAT }}
           commit-message: "Wrap all files on: ${{ github.ref_name }}"