Skip to content

Commit caa23f0

Browse files
Bump peter-evans/create-pull-request from 6 to 7 (sublimelsp#119)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61e0505 commit caa23f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-new-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- id: make-pr
1212
run: python3 auto-update-repository.py <<<'${{ toJson(github.event.client_payload) }}'
13-
- uses: peter-evans/create-pull-request@v6
13+
- uses: peter-evans/create-pull-request@v7
1414
with:
1515
commit-message: '${{ steps.make-pr.outputs.commit_message }}'
1616
committer: GitHub <noreply@github.com>

0 commit comments

Comments
 (0)