Skip to content

Commit 38a7d4f

Browse files
committed
Update GitHub Action
1 parent 117aae6 commit 38a7d4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-changelog.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ jobs:
3636
file_pattern: CHANGELOG.md
3737

3838
- name: Push changes and create PR
39-
uses: peter-evans/create-pull-request@v4
39+
uses: peter-evans/create-pull-request@v7
4040
with:
4141
branch: update-changelog
4242
title: "Automated Update of CHANGELOG"
4343
body: "This PR was created by GitHub Actions to update the CHANGELOG."
44+
delete-branch: false

0 commit comments

Comments
 (0)