File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8484 - name : Open PR for Version Update
8585 id : open_pr
8686 if : ${{ steps.prepare_release.outputs.NEED_UPDATE == 1 && steps.check_if_pr_open.outputs.PR_NEEDED == 1 }}
87- uses : peter-evans/create-pull-request@v7
87+ uses : peter-evans/create-pull-request@v8
8888 with :
8989 commit-message : Prepare release v${{ steps.prepare_release.outputs.LATEST_CHART_VERSION }}
9090 title : Prepare release v${{ steps.prepare_release.outputs.LATEST_CHART_VERSION }}
Original file line number Diff line number Diff line change 5757 - name : Open PR for Version Update
5858 id : open_pr
5959 if : ${{ steps.check_for_update.outputs.NEED_UPDATE == 1 }}
60- uses : peter-evans/create-pull-request@v7
60+ uses : peter-evans/create-pull-request@v8
6161 with :
6262 commit-message : Update ${{ matrix.name }} chart dependency version
6363 title : Bump ${{ matrix.name }} from ${{ steps.check_for_update.outputs.CURRENT_VER }} to ${{ steps.check_for_update.outputs.LATEST_VER }} in ${{ matrix.yaml_file_path }}
@@ -104,7 +104,7 @@ jobs:
104104
105105 - name : Finalize PR with updates
106106 if : ${{ steps.check_for_update.outputs.NEED_UPDATE == 1 }}
107- uses : peter-evans/create-pull-request@v7
107+ uses : peter-evans/create-pull-request@v8
108108 with :
109109 commit-message : Update ${{ matrix.name }} chart dependency version
110110 title : Bump ${{ matrix.name }} from ${{ steps.check_for_update.outputs.CURRENT_VER }} to ${{ steps.check_for_update.outputs.LATEST_VER }} in ${{ matrix.yaml_file_path }}
Original file line number Diff line number Diff line change 6666 - name : Open PR for Version Update
6767 id : open_pr
6868 if : ${{ steps.check_for_update.outputs.NEED_UPDATE == 1 && steps.check_if_pr_open.outputs.PR_NEEDED == 1 }}
69- uses : peter-evans/create-pull-request@v7
69+ uses : peter-evans/create-pull-request@v8
7070 with :
7171 commit-message : Update ${{ matrix.name }} instrumentation version
7272 title : Bump ${{ matrix.name }} from ${{ steps.check_for_update.outputs.CURRENT_TAG }} to ${{ steps.check_for_update.outputs.LATEST_TAG }} in ${{ matrix.yaml_file_path }}
9191
9292 - name : Finalize PR with updates
9393 if : ${{ steps.check_for_update.outputs.NEED_UPDATE == 1 && steps.check_if_pr_open.outputs.PR_NEEDED == 1 && steps.open_pr.outputs.pull-request-number != '' }}
94- uses : peter-evans/create-pull-request@v7
94+ uses : peter-evans/create-pull-request@v8
9595 with :
9696 commit-message : Update ${{ matrix.name }} instrumentation version
9797 title : Bump ${{ matrix.name }} from ${{ steps.check_for_update.outputs.CURRENT_TAG }} to ${{ steps.check_for_update.outputs.LATEST_TAG }} in ${{ matrix.yaml_file_path }}
Original file line number Diff line number Diff line change 3737
3838 - name : Open PR for matrix version update
3939 if : steps.git-check.outputs.changes == 'true'
40- uses : peter-evans/create-pull-request@v7
40+ uses : peter-evans/create-pull-request@v8
4141 with :
4242 commit-message : Update matrix test versions
4343 title : Update matrix versions used for testing
You can’t perform that action at this time.
0 commit comments