Skip to content

Commit 3ce4529

Browse files
authored
Merge pull request #1686 from nodejs/dependabot/github_actions/peter-evans/create-pull-request-4
2 parents b7832e1 + 4f66bee commit 3ce4529

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
@@ -22,7 +22,7 @@ jobs:
2222
2323
- name: Create update PR
2424
id: cpr
25-
uses: peter-evans/create-pull-request@v3
25+
uses: peter-evans/create-pull-request@v4
2626
with:
2727
token: ${{ secrets.GITHUB_TOKEN }}
2828
branch: update-branch

.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@v3
41+
uses: peter-evans/create-pull-request@v4
4242
with:
4343
token: ${{ secrets.GH_API_TOKEN }}
4444
push-to-fork: nodejs/official-images

0 commit comments

Comments
 (0)