diff --git a/action.yml b/action.yml index 0b037d5..d142f92 100644 --- a/action.yml +++ b/action.yml @@ -187,7 +187,7 @@ runs: run: rm -f pr_body.txt pr_body.template - name: Create PR id: create-pr - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: base: ${{ inputs.base }} branch: ${{ inputs.branch }}