Skip to content

Commit cc42cc8

Browse files
authored
Merge pull request #624 from PHPCSStandards/dependabot/github_actions/peter-evans/create-pull-request-7
GH Actions: Bump peter-evans/create-pull-request from 6 to 7
2 parents daea84b + 50d0563 commit cc42cc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-phpcs-versionnr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,12 @@ jobs:
6868
run: git status -vv --untracked=all
6969

7070
- name: Create pull request
71-
uses: peter-evans/create-pull-request@v6
71+
uses: peter-evans/create-pull-request@v7
7272
with:
7373
base: ${{ steps.branches.outputs.BASE }}
7474
branch: ${{ steps.branches.outputs.PR_BRANCH }}
7575
delete-branch: true
76+
sign-commits: true
7677
commit-message: "GetVersionTest: update for release of PHPCS ${{ steps.version.outputs.TAG }}"
7778
title: "GetVersionTest: update for release of PHPCS ${{ steps.version.outputs.TAG }}"
7879
# yamllint disable rule:line-length

0 commit comments

Comments
 (0)