Skip to content

Commit 17acde1

Browse files
⬆️ Updates peter-evans/create-pull-request action to v8
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8f8e67c commit 17acde1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Create Pull Request with applied fixes
6464
id: cpr
6565
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.pull_request.head.repo.full_name == github.repository
66-
uses: peter-evans/create-pull-request@v3
66+
uses: peter-evans/create-pull-request@v8
6767
with:
6868
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
6969
commit-message: "[Mega-Linter] Apply linters automatic fixes"

0 commit comments

Comments
 (0)