From dcc049798a2db8e4ed7fb3236fd5dcc1ef4df524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 02:40:54 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 4 to 7 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 7. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v4...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/call-release-changelog.yaml | 2 +- .github/workflows/call-release-chart.yaml | 2 +- .github/workflows/call-release-doc.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/call-release-changelog.yaml b/.github/workflows/call-release-changelog.yaml index 25cfab4d..48a52e79 100644 --- a/.github/workflows/call-release-changelog.yaml +++ b/.github/workflows/call-release-changelog.yaml @@ -167,7 +167,7 @@ jobs: - name: Create Pull Request id: create_pr - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v7 with: title: "robot update changelog with tag ${{ needs.generate_changelog.outputs.dest_tag }} to branch ${{ env.DEST_BRANCH }} " commit-message: "robot update changelog from tag ${{ needs.generate_changelog.outputs.begin_tag }} to tag ${{ needs.generate_changelog.outputs.dest_tag }} " diff --git a/.github/workflows/call-release-chart.yaml b/.github/workflows/call-release-chart.yaml index fc8a4daa..a5bd3b99 100644 --- a/.github/workflows/call-release-chart.yaml +++ b/.github/workflows/call-release-chart.yaml @@ -129,7 +129,7 @@ jobs: - name: Create Pull Request id: create_pr - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v7 with: title: "robot Update chart from ${{ needs.get_ref.outputs.ref }} to branch ${{ env.MERGE_BRANCH }} " commit-message: "robot Update chart from ${{ needs.get_ref.outputs.ref }} to branch ${{ env.MERGE_BRANCH }} " diff --git a/.github/workflows/call-release-doc.yaml b/.github/workflows/call-release-doc.yaml index ac6a6f1d..13f12aaa 100644 --- a/.github/workflows/call-release-doc.yaml +++ b/.github/workflows/call-release-doc.yaml @@ -93,7 +93,7 @@ jobs: # Allow auto-merge on general - name: Create Pull Request id: create_pr - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v7 with: title: "robot update doc from ${{ needs.prepare_doc.outputs.ref }} to branch ${{ env.MERGE_BRANCH }} " commit-message: "robot update chart from ${{ needs.prepare_doc.outputs.ref }} to branch ${{ env.MERGE_BRANCH }} "