Skip to content

Commit 8091612

Browse files
Update peter-evans/create-pull-request action to v7
1 parent e3884d0 commit 8091612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mega-linter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
# Create pull request if applicable
113113
# (for now works only on PR from same repository, not from forks)
114114
- name: Create Pull Request with applied fixes
115-
uses: peter-evans/create-pull-request@v6
115+
uses: peter-evans/create-pull-request@v7
116116
id: cpr
117117
if: >-
118118
steps.ml.outputs.has_updated_sources == 1 &&

0 commit comments

Comments
 (0)