Skip to content

Commit b48d36e

Browse files
chore(deps): update peter-evans/create-pull-request action to v8
1 parent 239b029 commit b48d36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Create Pull Request with applied fixes
5757
id: cpr
5858
if: steps.ml.outputs.has_updated_sources == 1 && (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'pull_request' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) && !contains(github.event.head_commit.message, 'skip fix')
59-
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
59+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8
6060
with:
6161
token: ${{ secrets.GITHUB_TOKEN }}
6262
commit-message: "[MegaLinter] Apply linters automatic fixes"

0 commit comments

Comments
 (0)