0
0
mirror of https://github.com/alex289/CleanArchitecture.git synced 2025-06-30 02:31:08 +00:00

chore: bump peter-evans/create-pull-request from 6 to 7 in the dependencies group (#72)

This commit is contained in:
Alex 2024-10-01 09:26:05 +02:00 committed by GitHub
commit 2dc7c3d6de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,7 +67,7 @@ jobs:
- name: Create Changelog Pull Request
if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.PAT }}
branch: release/${{ steps.get_next_version.outputs.version }}