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