Skip to content

Commit fad2782

Browse files
chore(deps): update peter-evans/create-pull-request action to v8
1 parent 4fe4533 commit fad2782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mega-linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
sudo rm --force --recursive 'mega-linter.log' 'megalinter-reports'
5858
- if: steps.lint.outputs.has-updated-sources > 0 && github.ref == 'refs/heads/main'
5959
name: Create PR with Applied Fixes
60-
uses: peter-evans/create-pull-request@v7
60+
uses: peter-evans/create-pull-request@v8
6161
with:
6262
commit-message: "chore(mega-linter): apply linters automatic fixes"
6363
branch: mega-linter-fix/${{ github.ref_name }}

0 commit comments

Comments
 (0)