diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 1a910a2..17738ef 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -209,7 +209,7 @@ jobs: # Create pull request if applicable # (for now works only on PR from same repository, not from forks) - name: Create Pull Request with applied fixes - uses: peter-evans/create-pull-request@v7.0.8 # changed from v5 by @rasa + uses: peter-evans/create-pull-request@v8.1.0 # changed from v5 by @rasa id: cpr if: env.APPLY_FIXES_IF_PR == 'true' with: