File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : self-hosted
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
- name : Pull cache
19
19
uses : actions/cache@v4
20
20
with :
30
30
needs : build-rswift
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
- name : Download build
35
35
uses : actions/download-artifact@v4.1.7
36
36
with :
61
61
needs : build-rswift
62
62
steps :
63
63
- name : Checkout
64
- uses : actions/checkout@v3
64
+ uses : actions/checkout@v4
65
65
- name : Download build
66
66
uses : actions/download-artifact@v4.1.7
67
67
with :
81
81
needs : build-rswift
82
82
steps :
83
83
- name : Checkout
84
- uses : actions/checkout@v3
84
+ uses : actions/checkout@v4
85
85
- name : Download build
86
86
uses : actions/download-artifact@v4.1.7
87
87
with :
@@ -100,7 +100,7 @@ jobs:
100
100
needs : build-rswift
101
101
steps :
102
102
- name : Checkout
103
- uses : actions/checkout@v3
103
+ uses : actions/checkout@v4
104
104
- name : Download build
105
105
uses : actions/download-artifact@v4.1.7
106
106
with :
@@ -119,7 +119,7 @@ jobs:
119
119
runs-on : self-hosted
120
120
steps :
121
121
- name : Checkout
122
- uses : actions/checkout@v3
122
+ uses : actions/checkout@v4
123
123
- name : Pull cache
124
124
uses : actions/cache@v4
125
125
with :
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ SPEC CHECKSUMS:
13
13
14
14
PODFILE CHECKSUM: e2c390a1550dbee3d41134bbc3a65772c599b62c
15
15
16
- COCOAPODS: 1.15 .2
16
+ COCOAPODS: 1.16 .2
You can’t perform that action at this time.
0 commit comments