Skip to content

Commit 367593b

Browse files
chore(deps): update peter-evans/create-pull-request action to v7 (#4349)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 385b542 commit 367593b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
- name: Create Pull Request
3333
if: steps.check-changes.outputs.changes == 'true'
34-
uses: peter-evans/create-pull-request@v5
34+
uses: peter-evans/create-pull-request@v7
3535
with:
3636
token: ${{ secrets.GITHUB_TOKEN }}
3737
commit-message: "docs: update contributors list [skip ci]"

0 commit comments

Comments
 (0)