From 232e40f41ef39f15be9ae8487f320b1cfa5fd628 Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Fri, 13 Sep 2024 14:52:02 -0400 Subject: [PATCH] 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. --- .github/actions/services-validator/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/services-validator/action.yaml b/.github/actions/services-validator/action.yaml index b82a03631..929202915 100644 --- a/.github/actions/services-validator/action.yaml +++ b/.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 '