Skip to content

Commit fc3b8b6

Browse files
authored
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
2 parents 91f6e50 + 8ad6a61 commit fc3b8b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/automatic-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
2424
- name: Create update PR
2525
id: cpr
26-
uses: peter-evans/create-pull-request@v5
26+
uses: peter-evans/create-pull-request@v6
2727
with:
2828
token: ${{ secrets.GH_API_TOKEN }}
2929
author: "Node.js GitHub Bot <[email protected]>"

.github/workflows/official-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Create PR in official-images
4040
id: create-pr
41-
uses: peter-evans/create-pull-request@v5
41+
uses: peter-evans/create-pull-request@v6
4242
with:
4343
token: ${{ secrets.GH_API_TOKEN }}
4444
push-to-fork: nodejs/official-images

0 commit comments

Comments
 (0)