diff --git a/.github/workflows/auto-diff-k8s-ci.yaml b/.github/workflows/auto-diff-k8s-ci.yaml index ffd6ed9717..834e6760fe 100644 --- a/.github/workflows/auto-diff-k8s-ci.yaml +++ b/.github/workflows/auto-diff-k8s-ci.yaml @@ -154,7 +154,7 @@ jobs: - name: Create Pull Request if: ${{ env.SKIP_CREATE_PR != 'true' }} id: create_pr - uses: peter-evans/create-pull-request@v5.0.2 + uses: peter-evans/create-pull-request@v6.1.0 with: title: "robot updates kind node version in k8s matrix test" commit-message: "robot updates kind node version in k8s matrix test" diff --git a/.github/workflows/auto-update-authors.yaml b/.github/workflows/auto-update-authors.yaml index b1df5ffa51..c29c6449b3 100644 --- a/.github/workflows/auto-update-authors.yaml +++ b/.github/workflows/auto-update-authors.yaml @@ -65,7 +65,7 @@ jobs: - name: Create Pull Request if: ${{ env.SKIP_CREATE_PR != 'true' }} id: create_pr - uses: peter-evans/create-pull-request@v5.0.2 + uses: peter-evans/create-pull-request@v6.1.0 with: title: "robot updates Spiderpool authors on tag: ${{ env.REF }}" commit-message: "robot updates Spiderpool authors on tag: ${{ env.REF }}" diff --git a/.github/workflows/call-release-changelog.yaml b/.github/workflows/call-release-changelog.yaml index 8ae102e504..7d21afafe6 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.1.0 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 59c0c12642..6b1dc61019 100644 --- a/.github/workflows/call-release-chart.yaml +++ b/.github/workflows/call-release-chart.yaml @@ -133,7 +133,7 @@ jobs: git_commit_gpgsign: true - name: Create Pull Request - uses: peter-evans/create-pull-request@v5.0.2 + uses: peter-evans/create-pull-request@v6.1.0 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 673ae98b2c..07fab7856e 100644 --- a/.github/workflows/call-release-doc.yaml +++ b/.github/workflows/call-release-doc.yaml @@ -171,7 +171,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.1.0 with: title: "robot update website from ${{ needs.release_doc.outputs.ref }} to branch ${{ env.MERGE_BRANCH }} with tag ${{ needs.release_doc.outputs.doc_tag }}" commit-message: "robot update website from ${{ needs.release_doc.outputs.ref }} to branch ${{ env.MERGE_BRANCH }} with tag ${{ needs.release_doc.outputs.doc_tag }}" diff --git a/.github/workflows/call-release-version.yaml b/.github/workflows/call-release-version.yaml index a374a4de78..910d8148f3 100644 --- a/.github/workflows/call-release-version.yaml +++ b/.github/workflows/call-release-version.yaml @@ -118,7 +118,7 @@ jobs: - name: Create Pull Request if: ${{ env.SKIP != 'true' }} id: create_pr - uses: peter-evans/create-pull-request@v5.0.2 + uses: peter-evans/create-pull-request@v6.1.0 with: title: "robot updates the release version of the README file based on the release tag: ${{ env.REF }} " commit-message: "robot updates the release version of the README file based on the release tag: ${{ env.REF }}" diff --git a/.github/workflows/call-update-githubpages.yaml b/.github/workflows/call-update-githubpages.yaml index 5d3b4c73dd..d784fc12f6 100644 --- a/.github/workflows/call-update-githubpages.yaml +++ b/.github/workflows/call-update-githubpages.yaml @@ -87,7 +87,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.1.0 with: title: "robot update chart and website from ${{ needs.prepare_doc.outputs.ref }} to branch ${{ env.MERGE_BRANCH }} " commit-message: "robot update chart and website from ${{ needs.prepare_doc.outputs.ref }} to branch ${{ env.MERGE_BRANCH }} "