diff --git a/.github/workflows/deploy-manual.yml b/.github/workflows/deploy-manual.yml index a8238f556c..c82a503978 100644 --- a/.github/workflows/deploy-manual.yml +++ b/.github/workflows/deploy-manual.yml @@ -96,7 +96,7 @@ jobs: echo "branch_name=${REF##*/}" >> $GITHUB_OUTPUT - name: create PR for ansible-operator 2.9 Dockerfile - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: title: "[${{ steps.update_29.outputs.branch_name }}] image(ansible-operator): bump base to ${{ steps.base_tag_29.outputs.tag }}" commit-message: | @@ -119,7 +119,7 @@ jobs: echo "branch_name=${REF##*/}" >> $GITHUB_OUTPUT - name: create PR for ansible-operator-2.11-preview Dockerfile - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: title: "[${{ steps.update_211.outputs.branch_name }}] image(ansible-operator-2.11-preview): bump base to ${{ steps.base_tag_211.outputs.tag }}" commit-message: |