Merge pull request #2028 from nodejs/dependabot/github_actions/peter-evans/create-pull-request-6
chore(deps): bump peter-evans/create-pull-request from 5 to 6
This commit is contained in:
commit
fc3b8b627d
|
@ -23,7 +23,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create update PR
|
- name: Create update PR
|
||||||
id: cpr
|
id: cpr
|
||||||
uses: peter-evans/create-pull-request@v5
|
uses: peter-evans/create-pull-request@v6
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GH_API_TOKEN }}
|
token: ${{ secrets.GH_API_TOKEN }}
|
||||||
author: "Node.js GitHub Bot <nodejs-github-bot@users.noreply.github.com>"
|
author: "Node.js GitHub Bot <nodejs-github-bot@users.noreply.github.com>"
|
||||||
|
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create PR in official-images
|
- name: Create PR in official-images
|
||||||
id: create-pr
|
id: create-pr
|
||||||
uses: peter-evans/create-pull-request@v5
|
uses: peter-evans/create-pull-request@v6
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GH_API_TOKEN }}
|
token: ${{ secrets.GH_API_TOKEN }}
|
||||||
push-to-fork: nodejs/official-images
|
push-to-fork: nodejs/official-images
|
||||||
|
|
Loading…
Reference in New Issue