Skip to content

Commit b38b364

Browse files
Update peter-evans/create-pull-request action to v8
1 parent 6f758fa commit b38b364

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Create Pull Request
3131
id: cpr
3232
if: github.event_name == 'pull_request'
33-
uses: peter-evans/create-pull-request@v6
33+
uses: peter-evans/create-pull-request@v8
3434
with:
3535
commit-message: Update generated files
3636
base: ${{ github.head_ref }}

0 commit comments

Comments
 (0)