Skip to content

Commit 983107e

Browse files
committed
ci(updates): update the pr action
1 parent 2555a5e commit 983107e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • .github/workflows
  • {{cookiecutter.project_name|replace(" ", "")}}/.github/workflows

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Update the repository
3232
run: task -v update
3333
- name: Create or update a pull request
34-
uses: peter-evans/create-pull-request@v6
34+
uses: peter-evans/create-pull-request@v7
3535
with:
3636
title: Automated update to primary components
3737
commit-message: Automated update to primary components

{{cookiecutter.project_name|replace(" ", "")}}/.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Update the repository
3232
run: task -v update
3333
- name: Create or update a pull request
34-
uses: peter-evans/create-pull-request@v6
34+
uses: peter-evans/create-pull-request@v7
3535
with:
3636
title: Automated update to primary components
3737
commit-message: Automated update to primary components

0 commit comments

Comments
 (0)