Skip to content

Commit

Permalink
Bump peter-evans/create-pull-request from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 4.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v3...v4)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 18, 2022
1 parent 87cdc50 commit 0b9e4be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
echo ::set-output name=branch_name::"${REF##*/}"
- 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: |
Expand All @@ -119,7 +119,7 @@ jobs:
echo ::set-output name=branch_name::"${REF##*/}"
- 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: |
Expand Down

0 comments on commit 0b9e4be

Please sign in to comment.