Skip to content

Commit ff4479e

Browse files
chore(deps): bump peter-evans/create-pull-request from 5 to 7 (JesperDramsch#52)
* chore(deps): bump peter-evans/create-pull-request from 5 to 7 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 7. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v5...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c8183dd commit ff4479e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/recurring-sort.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Create Pull Request
3535
id: create_pr
3636
if: steps.git-check.outputs.changes == 'true'
37-
uses: peter-evans/create-pull-request@v5
37+
uses: peter-evans/create-pull-request@v7
3838
with:
3939
commit-message: 'chore: sort conferences'
4040
title: 'chore: sort conferences'
@@ -44,7 +44,7 @@ jobs:
4444
This PR was automatically generated by the Update workflow.
4545
branch: automated/sort-conferences
4646
delete-branch: true
47-
47+
4848
- name: Auto merge
4949
if: steps.create_pr.outputs.pull-request-operation == 'created'
5050
run: gh pr merge --merge --auto "${{ steps.create_pr.outputs.pull-request-number }}"

0 commit comments

Comments
 (0)