From 1f89158c045dde08e1e9b85cd58ba0611c4c0c13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 10:42:58 +0000 Subject: [PATCH] build(deps): bump peter-evans/create-pull-request from 5.0.2 to 6.0.1 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.2 to 6.0.1. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v5.0.2...v6.0.1) --- 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-pages.yaml | 2 +- .github/workflows/update-golang-version.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/call-release-changelog.yaml b/.github/workflows/call-release-changelog.yaml index ccf55a4cd..9f29ae8ea 100644 --- a/.github/workflows/call-release-changelog.yaml +++ b/.github/workflows/call-release-changelog.yaml @@ -140,7 +140,7 @@ jobs: - name: Create Pull Request id: create_pr - uses: peter-evans/create-pull-request@v5.0.2 + uses: peter-evans/create-pull-request@v6.0.1 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 0b54cdfdd..d234b2eff 100644 --- a/.github/workflows/call-release-chart.yaml +++ b/.github/workflows/call-release-chart.yaml @@ -116,7 +116,7 @@ jobs: # Allow auto-merge on general - name: Create Pull Request id: create_pr - uses: peter-evans/create-pull-request@v5.0.2 + uses: peter-evans/create-pull-request@v6.0.1 with: title: "robot update chart from ${{ needs.package.outputs.REF }} to branch ${{ env.MERGE_BRANCH }} " commit-message: "robot update chart from ${{ needs.package.outputs.REF }} to branch ${{ env.MERGE_BRANCH }} " diff --git a/.github/workflows/call-release-pages.yaml b/.github/workflows/call-release-pages.yaml index f501c7212..3ec3994b9 100644 --- a/.github/workflows/call-release-pages.yaml +++ b/.github/workflows/call-release-pages.yaml @@ -172,7 +172,7 @@ jobs: # Allow auto-merge on general - name: Create Pull Request id: create_pr - uses: peter-evans/create-pull-request@v5.0.2 + uses: peter-evans/create-pull-request@v6.0.1 with: title: "robot update website from ${{ needs.package.outputs.ref }} to branch ${{ env.MERGE_BRANCH }} with tag ${{ needs.package.outputs.doc_tag }}" commit-message: "robot update website from ${{ needs.package.outputs.ref }} to branch ${{ env.MERGE_BRANCH }} with tag ${{ needs.package.outputs.doc_tag }} " diff --git a/.github/workflows/update-golang-version.yaml b/.github/workflows/update-golang-version.yaml index ea313d2b3..90911c42d 100644 --- a/.github/workflows/update-golang-version.yaml +++ b/.github/workflows/update-golang-version.yaml @@ -29,7 +29,7 @@ jobs: - name: Create Pull Request id: create_pr if: ${{ env.RUN_UPDATE == 'true' }} - uses: peter-evans/create-pull-request@v5.0.2 + uses: peter-evans/create-pull-request@v6.0.1 with: title: "robot Update project owing to updated Golang Version " commit-message: "robot Update project owing to updated Golang Version "