Skip to content

Commit

Permalink
Update peter-evans/create-pull-request action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent a6fd3b3 commit 879684b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ jobs:
/bin/cp -v -R ./config/community-operators/ci.yaml ./tmp/${{ env.COMMUNITY_OPERATORS_REPOSITORY_NAME }}/operators/${{ env.REPOSITORY_NAME }}
- name: Create Pull Request (First Release)
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7
if: ${{ steps.check-first-release.outputs.first_release == 'true' }}
with:
path: ./tmp/${{ env.COMMUNITY_OPERATORS_REPOSITORY_NAME }}
Expand Down Expand Up @@ -973,7 +973,7 @@ jobs:
token: ${{ secrets.COMMUNITY_OPERATOR_PAT }}

- name: Create Pull Request
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7
if: ${{ steps.check-first-release.outputs.first_release != 'true' }}
with:
path: ./tmp/${{ env.COMMUNITY_OPERATORS_REPOSITORY_NAME }}
Expand Down

0 comments on commit 879684b

Please sign in to comment.