bump cocoapods

This commit is contained in:
Samuel Newman
2025-09-11 19:37:24 +03:00
parent 749d4c5bd4
commit 371e31bd93
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -53,12 +53,12 @@ jobs:
- uses: maxim-lobanov/setup-xcode@v1 - uses: maxim-lobanov/setup-xcode@v1
with: with:
xcode-version: '16.4' xcode-version: "16.4"
- name: ☕️ Setup Cocoapods - name: ☕️ Setup Cocoapods
uses: maxim-lobanov/setup-cocoapods@v1 uses: maxim-lobanov/setup-cocoapods@v1
with: with:
version: 1.14.3 version: 1.16.2
- name: 💾 Cache Pods - name: 💾 Cache Pods
uses: actions/cache@v3 uses: actions/cache@v3
@@ -192,12 +192,12 @@ jobs:
- uses: maxim-lobanov/setup-xcode@v1 - uses: maxim-lobanov/setup-xcode@v1
with: with:
xcode-version: '16.2' xcode-version: "16.2"
- name: ☕️ Setup Cocoapods - name: ☕️ Setup Cocoapods
uses: maxim-lobanov/setup-cocoapods@v1 uses: maxim-lobanov/setup-cocoapods@v1
with: with:
version: 1.14.3 version: 1.16.2
- name: 💾 Cache Pods - name: 💾 Cache Pods
uses: actions/cache@v3 uses: actions/cache@v3
@@ -293,8 +293,8 @@ jobs:
- uses: actions/setup-java@v4 - uses: actions/setup-java@v4
with: with:
distribution: 'temurin' distribution: "temurin"
java-version: '17' java-version: "17"
- name: ⚙️ Install dependencies - name: ⚙️ Install dependencies
run: yarn install run: yarn install
@@ -332,7 +332,7 @@ jobs:
id: timestamp id: timestamp
uses: nanzm/get-time-action@master uses: nanzm/get-time-action@master
with: with:
format: 'MM-DD-HH-mm-ss' format: "MM-DD-HH-mm-ss"
- name: 🚀 Upload Artifact - name: 🚀 Upload Artifact
id: upload-artifact id: upload-artifact