Skip to content

Commit 2f3b3e3

Browse files
Update swift.yml
1 parent fc1f839 commit 2f3b3e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- env:
4242
SRCCLR_API_TOKEN: ${{ secrets.SRCCLR_API_TOKEN }}
4343
run: |
44-
gem install cocoapods -v '1.9.3'
44+
gem install cocoapods -v '1.15.2'
4545
pod spec lint --quick
4646
curl -sSL https://download.sourceclear.com/ci.sh | bash
4747
@@ -69,7 +69,7 @@ jobs:
6969
BRANCH: ${{ github.ref_name }}
7070
GITHUB_USER: optibot
7171
GITHUB_TOKEN: ${{ secrets.CI_USER_TOKEN }}
72-
COCOAPODS_VERSION: '1.12.1'
72+
COCOAPODS_VERSION: '1.15.2'
7373
run: |
7474
gem install cocoapods -v $COCOAPODS_VERSION
7575
Scripts/run_prep.sh

0 commit comments

Comments
 (0)