Skip to content

Commit

Permalink
Merge pull request #11 from ChanMeng666/renovate/peter-evans-create-p…
Browse files Browse the repository at this point in the history
…ull-request-7.x

chore(deps): update peter-evans/create-pull-request action to v7
  • Loading branch information
ChanMeng666 authored Jan 7, 2025
2 parents ba4bf96 + c05c45f commit dfbe1ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
config: .licenserc.yaml

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v7
if: steps.license-check.outputs.changed == 'true'
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-license-year.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Create Pull Request
if: steps.changes.outputs.changed == 'true'
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "chore: update license year to ${{ env.CURRENT_YEAR }}"
Expand Down

0 comments on commit dfbe1ce

Please sign in to comment.