From 166cb146c46c3481990f86d278ff7e08c5b4ba8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:13:53 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action Signed-off-by: Zee Aslam --- .github/workflows/lint.yaml | 2 +- .github/workflows/schedule-library-chart-update.yaml | 2 +- .github/workflows/sync-cloudflare-networks.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 1cce285568..f35a378da9 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -58,7 +58,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_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ steps.generate-token.outputs.token }} commit-message: "[MegaLinter] Apply linters automatic fixes" diff --git a/.github/workflows/schedule-library-chart-update.yaml b/.github/workflows/schedule-library-chart-update.yaml index 46fa31938a..9a21d9ad0b 100644 --- a/.github/workflows/schedule-library-chart-update.yaml +++ b/.github/workflows/schedule-library-chart-update.yaml @@ -31,7 +31,7 @@ jobs: run: helm dep update working-directory: charts/kah-common - name: Create pull request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: "${{ steps.generate-token.outputs.token }}" branch: github-action/renovate-kah-library-chart diff --git a/.github/workflows/sync-cloudflare-networks.yaml b/.github/workflows/sync-cloudflare-networks.yaml index 220f17f926..8b69cda4fd 100644 --- a/.github/workflows/sync-cloudflare-networks.yaml +++ b/.github/workflows/sync-cloudflare-networks.yaml @@ -36,7 +36,7 @@ jobs: npx zx ./.github/scripts/cloudflareNetworks.mjs > ${{ env.DEFAULT_CLOUDFLARE_NETWORKS_FILE }} - name: Create pull request - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 with: token: "${{ steps.generate-token.outputs.token }}" branch: github-action/update-cloudflare-networks