Skip to content

Commit d40f8f9

Browse files
Update peter-evans/create-pull-request digest to 22a9089
1 parent d890a25 commit d40f8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
# Create pull request if applicable
146146
# (for now works only on PR from same repository, not from forks)
147147
- name: Create Pull Request with applied fixes
148-
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7
148+
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
149149
id: cpr
150150
if: env.APPLY_FIXES_IF_PR == 'true' && contains(fromJSON('["refs/heads/main", "refs/heads/master"]'), github.ref)
151151
with:

0 commit comments

Comments
 (0)