Skip to content

Commit

Permalink
Update to v6 of create-pull-request
Browse files Browse the repository at this point in the history
We're encountering this bug: peter-evans/create-pull-request#2790

Updating to v6.0.1 should fix the issue.
  • Loading branch information
jciskey committed Feb 28, 2024
1 parent 22d95e8 commit e2e576f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pull-request/action.yml
Expand Up @@ -24,7 +24,7 @@ runs:
- id: commit
uses: pr-mpt/actions-commit-hash@v2

- uses: peter-evans/create-pull-request@v5
- uses: peter-evans/create-pull-request@v6
with:
title: Release ${{ inputs.next_version }}
body: |
Expand Down

0 comments on commit e2e576f

Please sign in to comment.