Skip to content

Commit

Permalink
feat(Dependencies): Update peter-evans/create-pull-request action to v7
Browse files Browse the repository at this point in the history
| datasource  | package                         | from   | to     |
| ----------- | ------------------------------- | ------ | ------ |
| github-tags | peter-evans/create-pull-request | v6.1.0 | v7.0.0 |
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent 66e7123 commit 66533ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/LintingAutoFix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Create Pull Request
if: steps.git-check.outputs.modified == 'true'
id: cpr
uses: peter-evans/create-pull-request@v6.1.0
uses: peter-evans/create-pull-request@v7.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: fix(Linting):blacked code
Expand Down

0 comments on commit 66533ce

Please sign in to comment.