diff --git a/action.yaml b/action.yaml index d704565..eb987a3 100644 --- a/action.yaml +++ b/action.yaml @@ -71,7 +71,7 @@ runs: fi - name: Create Pull Request if: ${{ fromJSON(inputs.create_pr) && fromJSON(steps.changes.outputs.changes_detected) }} - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 + uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 with: token: ${{ inputs.token }} commit-message: ${{ inputs.commit_msg }}