Skip to content

Commit 58a5704

Browse files
authored
Merge pull request #5 from lukemurraynz/dependabot/github_actions/peter-evans/create-pull-request-7
Bump peter-evans/create-pull-request from 5 to 7
2 parents cc98fb3 + 5d86eb5 commit 58a5704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Create Pull Request with applied fixes
6666
id: cpr
6767
if: steps.ml.outputs.has_updated_sources == 1 && (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'pull_request' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) && !contains(github.event.head_commit.message, 'skip fix')
68-
uses: peter-evans/create-pull-request@v5
68+
uses: peter-evans/create-pull-request@v7
6969
with:
7070
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
7171
commit-message: "[MegaLinter] Apply linters automatic fixes"

0 commit comments

Comments
 (0)