Skip to content

Commit 8b0db02

Browse files
authored
update create-pull-request, add id (#1917)
1 parent fd277c3 commit 8b0db02

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/cron-tasks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ jobs:
6464
git commit --no-allow-empty -m "chore: update evergreen config" || true
6565
6666
- name: Create pull request
67-
uses: peter-evans/create-pull-request@v4
67+
id: cpr
68+
uses: peter-evans/create-pull-request@v6
6869
with:
6970
commit-message: Update auto-generated files
7071
branch: ci/cron-tasks-update-files

.github/workflows/update-node-js.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Create Pull Request
4545
id: cpr
46-
uses: peter-evans/create-pull-request@v4
46+
uses: peter-evans/create-pull-request@v6
4747
with:
4848
token: ${{ secrets.GITHUB_TOKEN }}
4949
commit-message: 'chore: update node.js'

0 commit comments

Comments
 (0)