Browse Source

CI: Update peter-evans/create-pull-request to v7.0.2

We're currently using peter-evans/create-pull-request v6.0.0 which has a
known issue that affects our services-validator action when attempting
to update an existing PR. This issue was fixed in v6.0.1, but we can
update to v7.0.2.
Ryan Foster 1 year ago
parent
commit
232e40f41e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/actions/services-validator/action.yaml

+ 1 - 1
.github/actions/services-validator/action.yaml

@@ -118,7 +118,7 @@ runs:
         path: ${{ inputs.workingDirectory }}/other/*
 
     - name: Create pull request 🔧
-      uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
+      uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4
       if: fromJSON(inputs.createPullRequest) && fromJSON(inputs.runServiceChecks) && fromJSON(steps.services-check.outputs.make_pr)
       with:
         author: 'Service Checker <[email protected]>'