We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6183508 commit 6f409b9Copy full SHA for 6f409b9
1 file changed
.github/actions/create-pr/action.yml
@@ -14,7 +14,7 @@ runs:
14
steps:
15
- name: Create Pull Request
16
id: create-pr
17
- uses: peter-evans/create-pull-request@v5
+ uses: peter-evans/create-pull-request@v8
18
with:
19
path: ${{ inputs.path }}
20
token: ${{ inputs.token }}
0 commit comments