diff --git a/action.yml b/action.yml index 38d5da9..a584b0b 100644 --- a/action.yml +++ b/action.yml @@ -176,7 +176,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