Skip to content

Commit bcb49eb

Browse files
committed
chore(deps): update peter-evans/create-pull-request action to v7
1 parent 87b7238 commit bcb49eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/megalinter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
# Create pull request if applicable
121121
# (for now works only on PR from same repository, not from forks)
122122
- name: Create Pull Request with applied fixes
123-
uses: peter-evans/create-pull-request@v6
123+
uses: peter-evans/create-pull-request@v7
124124
id: cpr
125125
if: >-
126126
steps.ml.outputs.has_updated_sources == 1 &&

0 commit comments

Comments
 (0)