2020 - name : Check Carthage version
2121 run : command -v carthage && carthage version
2222 - name : Checkout main repo
23- uses : actions/checkout@v2.3.4
23+ uses : actions/checkout@v2
2424 with :
2525 token : ${{ secrets.IOS_DEV_CI_PAT }}
2626 - name : Add Private Repo Auth
@@ -46,14 +46,16 @@ jobs:
4646 env :
4747 GITHUB_TOKEN : ${{ secrets.IOS_DEV_CI_PAT }}
4848 steps :
49- - name : Force Xcode 13.3.1
50- run : sudo xcode-select -switch /Applications/Xcode_13.1.app
49+ - name : Check available Xcodes
50+ run : ls -la /Applications | grep Xcode
51+ - name : Force Xcode we use for development
52+ run : sudo xcode-select -switch /Applications/Xcode_13.4.1.app
5153 - name : Install Firebase Tools
5254 run : npm install -g firebase-tools
5355 - name : Check Firebase Tools version
5456 run : command -v firebase && firebase --version
5557 - name : Checkout main repo and submodules
56- uses : actions/checkout@v2.3.4
58+ uses : actions/checkout@v2
5759 with :
5860 submodules : true
5961 token : ${{ secrets.IOS_DEV_CI_PAT }}
7072 GITHUB_REPO_OWNER : ${{ github.repository_owner }}
7173 - name : Checkout Adobe RMSDK
7274 if : needs.version-check.outputs.simplye_changed == '1'
73- uses : actions/checkout@v2.3.4
75+ uses : actions/checkout@v2
7476 with :
7577 repository : NYPL-Simplified/DRM-iOS-AdeptConnector
7678 token : ${{ secrets.IOS_DEV_CI_PAT }}
0 commit comments