Skip to content

Commit 1c83a98

Browse files
authored
Merge pull request #844 from vim-jp/dependabot/github_actions/peter-evans/create-pull-request-8
2 parents ab3b765 + 792b2f8 commit 1c83a98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/depup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
private-key: ${{ secrets.VIM_JP_BOT_PRIVATE_KEY }}
3434

3535
- name: Create Pull Request
36-
uses: peter-evans/create-pull-request@v7
36+
uses: peter-evans/create-pull-request@v8
3737
with:
3838
token: ${{ steps.app-token.outputs.token }}
3939
author: 'github-actions <41898282+github-actions[bot]@users.noreply.github.com>'
@@ -63,7 +63,7 @@ jobs:
6363
tag: true
6464

6565
- name: Create Pull Request
66-
uses: peter-evans/create-pull-request@v7
66+
uses: peter-evans/create-pull-request@v8
6767
with:
6868
token: ${{ secrets.GITHUB_TOKEN }}
6969
author: 'github-actions <41898282+github-actions[bot]@users.noreply.github.com>'

0 commit comments

Comments
 (0)