From 23cc246adb0cd40a4b114d97c4675efa2a719e1e Mon Sep 17 00:00:00 2001 From: Chris Woodward Date: Fri, 14 Jun 2024 01:18:52 -0700 Subject: [PATCH] Bump peter-evans/create-pull-request (#199) This version has a fix for the error we encounter when this workflow is ran: https://github.com/peter-evans/create-pull-request/issues/2790 --- .github/workflows/pod_try_sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pod_try_sync.yml b/.github/workflows/pod_try_sync.yml index 2a3dcafa..cae9a09f 100644 --- a/.github/workflows/pod_try_sync.yml +++ b/.github/workflows/pod_try_sync.yml @@ -88,7 +88,7 @@ jobs: # Commit changes - name: PR Changes - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v6 if: steps.pod_try_copy.outputs.filtered_lines_modified > 0 with: token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}