We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d13fc commit aa64e60Copy full SHA for aa64e60
update-project-version/action.yml
@@ -76,7 +76,7 @@ runs:
76
shell: python
77
- name: Create pull request
78
if: inputs.create-pull-request == 'true'
79
- uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
+ uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
80
env:
81
action-url: https://github.com/${{ github.action_repository }}/tree/${{ github.action_ref }}/update-project-version
82
with:
0 commit comments