From 8df2b2bb0e25cb46d18f7949894cae1615634cea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 12:07:55 +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 73a2e8c1c9..bde3d1f560 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 a2c70b1c64..7c3059bf4f 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 3514622a75..ffb7471a98 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@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 with: token: "${{ steps.generate-token.outputs.token }}" branch: github-action/update-cloudflare-networks