Skip to content

Commit

Permalink
chore: use create-pull-request@v3 to fix build break
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Nov 30, 2020
1 parent 7c78090 commit cd5624a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

- name: Create Pull Request
if: ${{ steps.version.outputs.release == 'true' }}
uses: peter-evans/create-pull-request@v2
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: ${{ steps.pr.outputs.message }}
Expand Down

0 comments on commit cd5624a

Please sign in to comment.