Skip to content

Commit 73de8a5

Browse files
chore(deps): update peter-evans/create-pull-request action to v8 (#247)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 79b676e commit 73de8a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/copier-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
- id: copier-recopy
2323
if: ${{ failure() && steps.copier-update.conclusion == 'failure' }}
2424
run: uvx copier recopy --trust --vcs-ref main --exclude src --exclude test --exclude package.json --defaults --overwrite
25-
- uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
25+
- uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8
2626
if: ${{ steps.copier-update.conclusion == 'success' }}
2727
with:
2828
branch: chore/copier-update
2929
title: 'chore(deps): run `copier update`'
3030
commit-message: 'chore(deps): run `copier update`'
31-
- uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
31+
- uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8
3232
if: ${{ failure() && steps.copier-recopy.conclusion == 'success' }}
3333
with:
3434
branch: chore/copier-recopy

0 commit comments

Comments
 (0)