update peter-evans/create-pull-request to v6

This commit is contained in:
Morgan Helton 2024-02-28 16:19:26 -06:00 committed by Cole Helbling
parent e98d4358e3
commit a72d3c5880

View file

@ -187,7 +187,7 @@ runs:
run: rm -f pr_body.txt pr_body.template run: rm -f pr_body.txt pr_body.template
- name: Create PR - name: Create PR
id: create-pr id: create-pr
uses: peter-evans/create-pull-request@v5 uses: peter-evans/create-pull-request@v6
with: with:
base: ${{ inputs.base }} base: ${{ inputs.base }}
branch: ${{ inputs.branch }} branch: ${{ inputs.branch }}