From c331e26d5ff5071d11182362c5fdf3c5f2429a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 00:52:34 +0000 Subject: [PATCH] chore: bump peter-evans/create-pull-request from 5 to 6 (#601) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/create-release-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release-pull-request.yml b/.github/workflows/create-release-pull-request.yml index 50bfbb32..2bdab2ba 100644 --- a/.github/workflows/create-release-pull-request.yml +++ b/.github/workflows/create-release-pull-request.yml @@ -38,7 +38,7 @@ jobs: env: VERSION: "${{ github.event.inputs.release_version }}" - name: Create release pull request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: commit-message: "release: update manifest and helm charts for ${{ github.event.inputs.release_version }}" title: "release: update manifest and helm charts for ${{ github.event.inputs.release_version }}"