Skip to content

Commit 7c8fd97

Browse files
authored
Merge pull request #10 from OpenZeppelin/renovate/peter-evans-create-pull-request-6.x
Update peter-evans/create-pull-request action to v6
2 parents d8ab990 + 4532187 commit 7c8fd97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/megalinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
# Use head_ref when PR is created and ref_name when manually run
122122
env:
123123
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
124-
uses: peter-evans/create-pull-request@v4
124+
uses: peter-evans/create-pull-request@v6
125125
with:
126126
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
127127
commit-message: "[MegaLinter] Apply linter automatic fixes"

0 commit comments

Comments
 (0)