Skip to content

Commit ba6dc5e

Browse files
authored
ci(updates): update the pr action (#3)
1 parent ddab482 commit ba6dc5e

File tree

2 files changed

+2
-2
lines changed
  • .github/workflows
  • {{cookiecutter.project_name|replace(" ", "")}}/.github/workflows

2 files changed

+2
-2
lines changed

.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)