diff --git a/action.yml b/action.yml
index d22fda3..f63690e 100644
--- a/action.yml
+++ b/action.yml
@@ -147,7 +147,7 @@ runs:
       run: rm -f pr_body.txt pr_body.template
     - name: Create PR
       id: create-pr
-      uses: peter-evans/create-pull-request@v3
+      uses: peter-evans/create-pull-request@v4
       with:
         branch: ${{ inputs.branch }}
         delete-branch: true