Skip to content

Commit

Permalink
Merge pull request #10 from OpenZeppelin/renovate/peter-evans-create-…
Browse files Browse the repository at this point in the history
…pull-request-6.x

Update peter-evans/create-pull-request action to v6
  • Loading branch information
peersky authored Mar 25, 2024
2 parents d8ab990 + 4532187 commit 7c8fd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/megalinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
# Use head_ref when PR is created and ref_name when manually run
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
commit-message: "[MegaLinter] Apply linter automatic fixes"
Expand Down

0 comments on commit 7c8fd97

Please sign in to comment.