Skip to content

Commit 815bc88

Browse files
Update peter-evans/create-pull-request action to v7
1 parent dadd984 commit 815bc88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v7
3434
with:
3535
commit-message: Update generated files
3636
base: ${{ github.head_ref }}

0 commit comments

Comments
 (0)