Skip to content

Commit

Permalink
chore(ci): bump peter-evans/create-pull-request from 5 to 6 (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 13, 2024
1 parent d86d49a commit 5fcf6ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
--exclude tools
- name: Create PR
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
delete-branch: true
base: "main"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
--dependent-version upgrade \
--exclude tools
- name: Create PR
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
delete-branch: true
base: "main"
Expand Down

0 comments on commit 5fcf6ec

Please sign in to comment.