From bf45048886587e27998f46ea15358058b5c1a091 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 22:48:34 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v6 --- .github/workflows/mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index b18645ca..8b7710e5 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -140,7 +140,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@v5 + uses: peter-evans/create-pull-request@v6 id: cpr if: env.APPLY_FIXES_IF_PR == 'true' with: