Skip to content

Commit

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

feat(Dependencies): Update peter-evans/create-pull-request action to v6
  • Loading branch information
dweinholz authored Apr 8, 2024
2 parents a11ff2a + e56f373 commit 9f5ce97
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@v5.0.3
uses: peter-evans/create-pull-request@v6.0.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: fix(Linting):blacked code
Expand Down

0 comments on commit 9f5ce97

Please sign in to comment.