From 65799f46e52a01192e1b8dad8cd26e36b35e84c9 Mon Sep 17 00:00:00 2001 From: feisar-bot <27022259+feisar-bot[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 06:23:54 +0000 Subject: [PATCH] ci(deps): update peter-evans/create-pull-request action to v4 --- .github/workflows/schedule-flux-update.yaml | 2 +- .github/workflows/schedule-library-chart-update.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/schedule-flux-update.yaml b/.github/workflows/schedule-flux-update.yaml index 0568e01ba..9ad146c1c 100644 --- a/.github/workflows/schedule-flux-update.yaml +++ b/.github/workflows/schedule-flux-update.yaml @@ -36,7 +36,7 @@ jobs: --export > ./cluster/base/flux-system/gotk-components.yaml echo "::set-output name=flux_version::$VERSION" - name: Create pull request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: token: "${{ steps.generate-token.outputs.token }}" branch: "github-action/flux-update-${{ steps.update.outputs.flux_version }}" diff --git a/.github/workflows/schedule-library-chart-update.yaml b/.github/workflows/schedule-library-chart-update.yaml index f9374d128..67ccbd7f0 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@v3 + uses: peter-evans/create-pull-request@v4 with: token: "${{ steps.generate-token.outputs.token }}" branch: github-action/renovate-kah-library-chart