From 5a69213dc3f9fe32586fadbca5a8f9116334351a Mon Sep 17 00:00:00 2001 From: Pritesh Nandgaonkar Date: Thu, 6 May 2021 09:00:39 -0700 Subject: [PATCH] Fixes the create pr job. (#2273) Summary: It fixes the GH action to create PR. ## Changelog Updated the GH action to v3. Pull Request resolved: https://github.com/facebook/flipper/pull/2273 Test Plan: Check the PR created by CI https://github.com/facebook/flipper/actions/runs/817306111 https://github.com/facebook/flipper/pull/2274/files Reviewed By: mweststrate Differential Revision: D28256828 Pulled By: priteshrnandgaonkar fbshipit-source-id: c8d7a09723d6a1de1d4534891428b6dbc5be6277 --- .github/workflows/publish-pods.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-pods.yml b/.github/workflows/publish-pods.yml index e29b1540c..74e8ef56b 100644 --- a/.github/workflows/publish-pods.yml +++ b/.github/workflows/publish-pods.yml @@ -114,7 +114,7 @@ jobs: git branch - name: Create PR to Update Podfile.lock - uses: peter-evans/create-pull-request@v2 + uses: peter-evans/create-pull-request@v3 with: title: "Automated: Update Podfile.lock" body: |