bump cocoapods
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user