|
20 | 20 | - name: Check Carthage version |
21 | 21 | run: command -v carthage && carthage version |
22 | 22 | - name: Checkout main repo |
23 | | - uses: actions/checkout@v3 |
| 23 | + uses: actions/checkout@v4 |
24 | 24 | with: |
25 | 25 | token: ${{ secrets.IOS_DEV_CI_PAT }} |
26 | 26 | - name: Add Private Repo Auth |
@@ -49,13 +49,13 @@ jobs: |
49 | 49 | - name: Check available Xcodes |
50 | 50 | run: ls -la /Applications | grep Xcode |
51 | 51 | - name: Force Xcode we use for development |
52 | | - run: sudo xcode-select -switch /Applications/Xcode_14.3.app |
| 52 | + run: sudo xcode-select -switch /Applications/Xcode_15.0.1.app |
53 | 53 | - name: Install Firebase Tools |
54 | 54 | run: npm install -g firebase-tools |
55 | 55 | - name: Check Firebase Tools version |
56 | 56 | run: command -v firebase && firebase --version |
57 | 57 | - name: Checkout main repo and submodules |
58 | | - uses: actions/checkout@v3 |
| 58 | + uses: actions/checkout@v4 |
59 | 59 | with: |
60 | 60 | submodules: true |
61 | 61 | token: ${{ secrets.IOS_DEV_CI_PAT }} |
|
72 | 72 | GITHUB_REPO_OWNER: ${{ github.repository_owner }} |
73 | 73 | - name: Checkout Adobe RMSDK |
74 | 74 | if: needs.version-check.outputs.simplye_changed == '1' |
75 | | - uses: actions/checkout@v3 |
| 75 | + uses: actions/checkout@v4 |
76 | 76 | with: |
77 | 77 | repository: NYPL-Simplified/DRM-iOS-AdeptConnector |
78 | 78 | token: ${{ secrets.IOS_DEV_CI_PAT }} |
|
0 commit comments