diff --git a/.github/workflows/auto-diff-k8s-ci.yaml b/.github/workflows/auto-diff-k8s-ci.yaml index 71e6d5b16b..9c5147d0ae 100644 --- a/.github/workflows/auto-diff-k8s-ci.yaml +++ b/.github/workflows/auto-diff-k8s-ci.yaml @@ -165,7 +165,7 @@ jobs: - name: Create Pull Request if: ${{ env.SKIP_CREATE_PR != 'true' }} id: create_pr - uses: peter-evans/create-pull-request@v7.0.1 + uses: peter-evans/create-pull-request@v7.0.5 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 e72383aa95..4a573afe58 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@v7.0.1 + uses: peter-evans/create-pull-request@v7.0.5 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 818acd7c05..aff3e6bd94 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@v7.0.1 + uses: peter-evans/create-pull-request@v7.0.5 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 e1b53eda92..4ad76df0d3 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@v7.0.1 + uses: peter-evans/create-pull-request@v7.0.5 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 871e4c7027..2961563bb9 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@v7.0.1 + uses: peter-evans/create-pull-request@v7.0.5 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 39921e7f2d..53628816b7 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@v7.0.1 + uses: peter-evans/create-pull-request@v7.0.5 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 85b5d2d78e..cd5ecd4741 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@v7.0.1 + uses: peter-evans/create-pull-request@v7.0.5 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 }} " diff --git a/.github/workflows/update-cniplugins-version.yaml b/.github/workflows/update-cniplugins-version.yaml index 6e03d4e326..c49e2c1dda 100644 --- a/.github/workflows/update-cniplugins-version.yaml +++ b/.github/workflows/update-cniplugins-version.yaml @@ -38,7 +38,7 @@ jobs: - name: Create Pull Request id: create_pr if: ${{ env.updated == 'true' }} - uses: peter-evans/create-pull-request@v7.0.1 + uses: peter-evans/create-pull-request@v7.0.5 with: title: "robot updated CNI plugins version " commit-message: "robot updated CNI plugins version " diff --git a/.github/workflows/update-golang-version.yaml b/.github/workflows/update-golang-version.yaml index 90bf532a65..afa57a19e0 100644 --- a/.github/workflows/update-golang-version.yaml +++ b/.github/workflows/update-golang-version.yaml @@ -72,7 +72,7 @@ jobs: - name: Create Pull Request id: create_pr if: ${{ env.updated == 'true' }} - uses: peter-evans/create-pull-request@v6.1.0 + uses: peter-evans/create-pull-request@v7.0.5 with: title: "robot updated golang version" commit-message: "robot updated golang version"