From c212bb6df1a2a8a2deddbbe3290fb1cd449c7a0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 14:55:41 -0700 Subject: [PATCH] chore: bump peter-evans/create-pull-request from 5.0.0 to 5.0.1 (#936) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/create-release-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release-pull-request.yaml b/.github/workflows/create-release-pull-request.yaml index 391198dd0..54dbc93b3 100644 --- a/.github/workflows/create-release-pull-request.yaml +++ b/.github/workflows/create-release-pull-request.yaml @@ -40,7 +40,7 @@ jobs: NEW_VERSION: "${{ github.event.inputs.release_version }}" - run: make promote-staging-manifest - name: Create release pull request - uses: peter-evans/create-pull-request@5b4a9f6a9e2af26e5f02351490b90d01eb8ec1e5 # v5.0.0 + uses: peter-evans/create-pull-request@284f54f989303d2699d373481a0cfa13ad5a6666 # v5.0.1 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 }}"