From e9eb047660e9a42dd48640e13416e4a60995d52e Mon Sep 17 00:00:00 2001 From: HUI Date: Thu, 9 Nov 2023 15:21:13 +0800 Subject: [PATCH] chore: wip --- .github/actions/setup/action.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 1166d336..c4c3bbaf 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -11,10 +11,9 @@ runs: - name: Setup cocoapods if: ${{ runner.os == 'macOS' }} - run: | - gem install cocoapods -v 1.13.0 - gem install activesupport -v 7.0.8 - shell: bash + uses: maxim-lobanov/setup-cocoapods@v1 + with: + version: 1.13.0 - name: Cache dependencies id: yarn-cache