Skip to content

Commit 9e23d4b

Browse files
authored
Merge pull request #1020 from mathieucarbou/dependabot/github_actions/peter-evans/create-pull-request-8
Bump peter-evans/create-pull-request from 7 to 8
2 parents 89b23d4 + 4c1bb71 commit 9e23d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Fix eol markers
2828
run: cd docs && git grep --null --files-with-matches -I '' | while IFS= read -rd '' f; do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
2929
- name: Create Pull Request
30-
uses: peter-evans/create-pull-request@v7
30+
uses: peter-evans/create-pull-request@v8
3131
with:
3232
commit-message: '[GA] Update snapshot report'
3333
title: '[GA] Update snapshot report'

0 commit comments

Comments
 (0)