Skip to content

Commit a07b508

Browse files
renovate[bot]robstoll
authored andcommitted
Update peter-evans/create-pull-request action to v8
1 parent fa95c43 commit a07b508

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Create Pull Request if necessary
6868
id: create-pr
6969
#gt-placeholder-gh-action-create-pull-request-start
70-
uses: peter-evans/create-pull-request@v7
70+
uses: peter-evans/create-pull-request@v8
7171
#gt-placeholder-gh-action-create-pull-request-end
7272
with:
7373
branch: auto-cleanup

.github/workflows/gt-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
) || (printf '\033[0;34mINFO\033[0m: going to reset changes back to the status after `gt update` and continue without cleanup\n' && git reset --hard)
149149
- name: Create pull request if necessary
150150
if: ${{ steps.has_changes.outputs.has_changes == 1 }}
151-
uses: peter-evans/create-pull-request@v7
151+
uses: peter-evans/create-pull-request@v8
152152
with:
153153
branch: 'gt/update/${{ matrix.remote }}'
154154
title: 'update files of remote ${{ matrix.remote }} to version ${{steps.gt_update.outputs.remote_version}} via gt'

0 commit comments

Comments
 (0)