Skip to content

Commit 518ef7f

Browse files
authored
Merge pull request #1277 from php-api-clients/renovate/skelleton/github-actions/peter-evans-create-pull-request-7.x
[☠️] Update peter-evans/create-pull-request action to v7
2 parents f035dff + 5afb1b4 commit 518ef7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/workflow-skeleton/generate-{{ path }}.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
make generate-client {{ path }}
6666
- name: Create Pull Request
67-
uses: peter-evans/create-pull-request@v6
67+
uses: peter-evans/create-pull-request@v7
6868
with:
6969
branch: "{{ path }}/from-{{ "${{ steps.look-current-up-spec-version.outputs.result }}" }}-{{ "${{ steps.spec-hash.outputs.current }}" }}-from-{{ "${{ steps.look-previous-up-spec-version.outputs.result }}" }}-{{ "${{ steps.spec-hash.outputs.current }}" }}"
7070
token: {{ "${{ secrets.SUBSPLIT_GITHUB_TOKEN }}" }}

0 commit comments

Comments
 (0)