From d450da0d8045ef5517ea5e2b969a6761beca400e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 00:53:49 +0000 Subject: [PATCH] chore(workflows/dependencies): update peter-evans/create-pull-request action to v6 --- .github/workflows/update-artifacthub-images.yaml | 2 +- .github/workflows/update-codeowners.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-artifacthub-images.yaml b/.github/workflows/update-artifacthub-images.yaml index 15513b5807..1b250be0d2 100644 --- a/.github/workflows/update-artifacthub-images.yaml +++ b/.github/workflows/update-artifacthub-images.yaml @@ -48,7 +48,7 @@ jobs: - run: ./.github/scripts/enforce-trusted-registries.sh "charts/${{ matrix.chart }}" - id: create-pr - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: add-paths: | charts/${{ matrix.chart }}/Chart.yaml diff --git a/.github/workflows/update-codeowners.yaml b/.github/workflows/update-codeowners.yaml index 879406b569..76c5ec32d4 100644 --- a/.github/workflows/update-codeowners.yaml +++ b/.github/workflows/update-codeowners.yaml @@ -19,7 +19,7 @@ jobs: - name: Create PR id: create-pr - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: add-paths: | .github/CODEOWNERS