From 45321874767fae8781eb36f0fe5fbcbc3f1a268b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 08:09:04 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v6 --- .github/workflows/megalinter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/megalinter.yml b/.github/workflows/megalinter.yml index c8336bf..bde4149 100644 --- a/.github/workflows/megalinter.yml +++ b/.github/workflows/megalinter.yml @@ -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"