Skip to content

Commit 9378542

Browse files
authored
Bump peter-evans/create-pull-request from 6 to 7
Hopefully, there won't be breaking changes
2 parents 0076384 + 41195ad commit 9378542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vendor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
Set-GHVariable -Name LIST_UPDATED -Value $listUpdated.Trim(', ')
5252
echo "UPDATE_MESSAGE<<<EOF`n$updateMessage`n<EOF" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
5353
54-
- uses: peter-evans/create-pull-request@v6
54+
- uses: peter-evans/create-pull-request@v7
5555
if: env.COUNT_UPDATED > 0
5656
with:
5757
title: 'Updates to `${{ env.COUNT_UPDATED }}` vendored dependencies'

0 commit comments

Comments
 (0)