From 8f23598a64e1817b5732d6bc7ca2508ee156daf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 01:41:12 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v5 --- .github/workflows/dump-validators.yml | 2 +- .github/workflows/mega-linter.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dump-validators.yml b/.github/workflows/dump-validators.yml index cf3a9e5c91..183433644b 100644 --- a/.github/workflows/dump-validators.yml +++ b/.github/workflows/dump-validators.yml @@ -19,7 +19,7 @@ jobs: - run: bash ./.github/dump_validators.sh - name: Create Pull Request with updated dumped validators # https://github.com/peter-evans/create-pull-request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} commit-message: 'Update dumped validators' diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 0c726c8404..4ec5633afd 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -80,7 +80,7 @@ jobs: - name: Create Pull Request with applied fixes id: cpr 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.pull_request.head.repo.full_name == github.repository && !contains(github.event.head_commit.message, 'skip fix') - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} commit-message: '[Mega-Linter] Apply linters automatic fixes'