We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab3b765 + 792b2f8 commit 1c83a98Copy full SHA for 1c83a98
.github/workflows/depup.yml
@@ -33,7 +33,7 @@ jobs:
33
private-key: ${{ secrets.VIM_JP_BOT_PRIVATE_KEY }}
34
35
- name: Create Pull Request
36
- uses: peter-evans/create-pull-request@v7
+ uses: peter-evans/create-pull-request@v8
37
with:
38
token: ${{ steps.app-token.outputs.token }}
39
author: 'github-actions <41898282+github-actions[bot]@users.noreply.github.com>'
@@ -63,7 +63,7 @@ jobs:
63
tag: true
64
65
66
67
68
token: ${{ secrets.GITHUB_TOKEN }}
69
0 commit comments