Skip to content

Commit

Permalink
chore: upgrade create-pull-request to version 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jsm1t committed Sep 16, 2024
1 parent 3ab2ba8 commit bde0471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ runs:
PACKAGE_VERSION: ${{ steps.latest.outputs.output }}

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
if: steps.status.outputs.create_release == 'true'
with:
title: Release ${{ steps.latest.outputs.output }}
Expand Down

0 comments on commit bde0471

Please sign in to comment.