Skip to content

Commit e8b92f0

Browse files
authored
Merge pull request #87 from hatena/renovate/peter-evans-create-pull-request-7.x
Update peter-evans/create-pull-request action to v7
2 parents 3dea682 + a7bcaec commit e8b92f0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/actions/create-draft-pull-request/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
- name: move draft and update metadata
4646
uses: hatena/hatenablog-workflows/.github/actions/move-draft-and-update-metadata@v1
4747
- name: create draft pull request
48-
uses: peter-evans/create-pull-request@v6
48+
uses: peter-evans/create-pull-request@v7
4949
env:
5050
OWNER_NAME: ${{ steps.set-owner.outputs.OWNER_NAME }}
5151
ENTRY_ID: ${{ steps.set-entry-variables.outputs.ENTRY_ID }}

.github/workflows/initialize.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
done
4747
fi
4848
- name: create pull request
49-
uses: peter-evans/create-pull-request@v6
49+
uses: peter-evans/create-pull-request@v7
5050
with:
5151
title: initialize
5252
branch: initialize

.github/workflows/pull.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
done
4040
fi
4141
- name: create pull request
42-
uses: peter-evans/create-pull-request@v6
42+
uses: peter-evans/create-pull-request@v7
4343
with:
4444
title: blogsync pull
4545
branch: blogsync-pull

.github/workflows/push-when-publishing-from-draft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
done
4242
- name: create pull request
4343
id: cpr
44-
uses: peter-evans/create-pull-request@v6
44+
uses: peter-evans/create-pull-request@v7
4545
with:
4646
title: from draft to publish
4747
branch: from-draft-to-publish

0 commit comments

Comments
 (0)