Skip to content

Commit

Permalink
Merge pull request #6182 from deNBI/deps/peter-evans-create-pull-requ…
Browse files Browse the repository at this point in the history
…est-7.x

feat(Dependencies): Update peter-evans/create-pull-request action to v7
  • Loading branch information
dweinholz authored Sep 4, 2024
2 parents 66e7123 + 66533ce commit c09dcd3
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 c09dcd3

Please sign in to comment.