Skip to content

Commit

Permalink
Bump peter-evans/create-pull-request from 6 to 7 (#3694)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 54927d3 commit 11fd931
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prepare-for-minor-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
composer config extra.branch-alias.dev-main ${{ needs.branch_name_prep.outputs.next_minor_release }}.x-dev
- name: Create pull request for new release branch updates
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
title: Prepare repository for new minor release branch ${{ inputs.release_branch_name }}
commit-message: Prepare repository for new minor release branch ${{ inputs.release_branch_name }}
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
composer config extra.branch-alias.dev-main ${{ needs.branch_name_prep.outputs.next_minor_release }}.x-dev
- name: Create pull request for previous release branch updates
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
title: Prepare ${{ matrix.previous_version }} branch for new minor release branch ${{ inputs.release_branch_name }}
commit-message: Prepare ${{ matrix.previous_version }} branch for new minor release branch ${{ inputs.release_branch_name }}
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
composer config extra.branch-alias.dev-main ${{ needs.branch_name_prep.outputs.next_minor_release }}.x-dev
- name: Create pull request for main branch updates
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
title: Prepare `main` branch for new minor release branch ${{ inputs.release_branch_name }}
commit-message: Prepare `main` branch for new minor release branch ${{ inputs.release_branch_name }}
Expand Down

0 comments on commit 11fd931

Please sign in to comment.