Skip to content

Commit f8184eb

Browse files
authored
Merge pull request #1872 from nodejs/dependabot/github_actions/peter-evans/create-pull-request-5
chore(deps): bump peter-evans/create-pull-request from 4 to 5
2 parents c524943 + 9f4db30 commit f8184eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/automatic-updates.yml

+1-1
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@v4
26+
uses: peter-evans/create-pull-request@v5
2727
with:
2828
token: ${{ secrets.GH_API_TOKEN }}
2929
author: "Node.js GitHub Bot <[email protected]>"

.github/workflows/official-pr.yml

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

0 commit comments

Comments
 (0)