File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
DEVELOPER_DIR : /Applications/Xcode_13.2.1.app
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v2
22
+ uses : actions/checkout@v3
23
23
24
24
- name : Install Cocoapods
25
25
run : gem install cocoapods --no-document --quiet
57
57
macCatalystDestination : ["platform=macOS,arch=x86_64,variant=Mac Catalyst"]
58
58
steps :
59
59
- name : Checkout
60
- uses : actions/checkout@v2
60
+ uses : actions/checkout@v3
61
61
62
62
- name : Install Cocoapods
63
63
run : gem install cocoapods --no-document --quiet
@@ -104,7 +104,7 @@ jobs:
104
104
tvOSDestination : ["platform=tvOS Simulator,name=Apple TV 4K"]
105
105
steps :
106
106
- name : Checkout
107
- uses : actions/checkout@v2
107
+ uses : actions/checkout@v3
108
108
109
109
- name : Install Cocoapods
110
110
run : gem install cocoapods --no-document --quiet
@@ -159,7 +159,7 @@ jobs:
159
159
SCHEME_NAME : SDWebImage
160
160
steps :
161
161
- name : Checkout
162
- uses : actions/checkout@v2
162
+ uses : actions/checkout@v3
163
163
164
164
- name : Install Cocoapods
165
165
run : gem install cocoapods --no-document --quiet
You can’t perform that action at this time.
0 commit comments