Skip to content

Commit d31db62

Browse files
chore(deps): update peter-evans/create-pull-request action to v7 (#245)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e4cc090 commit d31db62

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
@@ -66,7 +66,7 @@ jobs:
6666
- name: Create Pull Request with applied fixes
6767
id: cpr
6868
if: steps.changes.outputs.changed == 1 && (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'pull_request'
69-
uses: peter-evans/create-pull-request@v6
69+
uses: peter-evans/create-pull-request@v7
7070
with:
7171
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
7272
commit-message: "[Mega-Linter] Apply linters automatic fixes"

0 commit comments

Comments
 (0)