Skip to content

Commit

Permalink
Merge pull request #611 from PHPCSStandards/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/peter-evans/create-pull-request-7

GH Actions: Bump peter-evans/create-pull-request from 6 to 7
  • Loading branch information
jrfnl authored Sep 9, 2024
2 parents f905241 + 4600d9e commit c0e8f4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/happy-new-year.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,12 @@ jobs:
run: exit 1

- name: Create pull request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
base: ${{ steps.branches.outputs.BASE }}
branch: ${{ steps.branches.outputs.PR_BRANCH }}
delete-branch: true
sign-commits: true
commit-message: "Squiz/FileComment: update year in test case fixed file"
title: "Squiz/FileComment: update year in test case fixed file"
# yamllint disable rule:line-length
Expand Down

0 comments on commit c0e8f4d

Please sign in to comment.