diff --git a/.github/workflows/update_doc.yml b/.github/workflows/update_doc.yml
index 9387c8d87..80739378b 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@v4.2.3
+        uses: peter-evans/create-pull-request@v4.2.4
         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 6c59f9b46..514490d69 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@v4.2.3
+        uses: peter-evans/create-pull-request@v4.2.4
         with:
           token: ${{ secrets.BOT_PAT }}
           commit-message: "Wrap all files on: ${{ github.ref_name }}"