Skip to content

Commit

Permalink
workflow: Bump peter-evans/create-pull-request to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
sudotac committed Mar 16, 2024
1 parent 5ce8fef commit c735596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: bump-version
run: |
bundle exec rake "bump[${{ steps.extract-version.outputs.next_version }}]"
- uses: peter-evans/create-pull-request@v5
- uses: peter-evans/create-pull-request@v6
with:
commit-message: rake bump[${{ steps.extract-version.outputs.next_version }}]
branch: bump-to-${{ steps.extract-version.outputs.next_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps.check-versions.outputs.newer_version == steps.check-versions.outputs.upstream_version
run: |
bundle exec rake "update[${{ steps.check-versions.outputs.newer_version }}]"
- uses: peter-evans/create-pull-request@v5
- uses: peter-evans/create-pull-request@v6
if: >
steps.check-versions.outputs.current_version != steps.check-versions.outputs.upstream_version &&
steps.check-versions.outputs.newer_version == steps.check-versions.outputs.upstream_version
Expand Down

0 comments on commit c735596

Please sign in to comment.