mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-07-10 15:54:58 +00:00
chore: bump peter-evans/create-pull-request in the dependencies group
Bumps the dependencies group with 1 update: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `peter-evans/create-pull-request` from 6 to 7 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f8b4723e8a
commit
ac212e0d40
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Changelog Pull Request
|
- name: Create Changelog Pull Request
|
||||||
if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
|
if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
|
||||||
uses: peter-evans/create-pull-request@v6
|
uses: peter-evans/create-pull-request@v7
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.PAT }}
|
token: ${{ secrets.PAT }}
|
||||||
branch: release/${{ steps.get_next_version.outputs.version }}
|
branch: release/${{ steps.get_next_version.outputs.version }}
|
||||||
|
Loading…
Reference in New Issue
Block a user