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 1414 runs-on : self-hosted
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818 - name : Pull cache
1919 uses : actions/cache@v4
2020 with :
3030 needs : build-rswift
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v4
3434 - name : Download build
3535 uses : actions/download-artifact@v4.1.7
3636 with :
6161 needs : build-rswift
6262 steps :
6363 - name : Checkout
64- uses : actions/checkout@v3
64+ uses : actions/checkout@v4
6565 - name : Download build
6666 uses : actions/download-artifact@v4.1.7
6767 with :
8181 needs : build-rswift
8282 steps :
8383 - name : Checkout
84- uses : actions/checkout@v3
84+ uses : actions/checkout@v4
8585 - name : Download build
8686 uses : actions/download-artifact@v4.1.7
8787 with :
@@ -100,7 +100,7 @@ jobs:
100100 needs : build-rswift
101101 steps :
102102 - name : Checkout
103- uses : actions/checkout@v3
103+ uses : actions/checkout@v4
104104 - name : Download build
105105 uses : actions/download-artifact@v4.1.7
106106 with :
@@ -119,7 +119,7 @@ jobs:
119119 runs-on : self-hosted
120120 steps :
121121 - name : Checkout
122- uses : actions/checkout@v3
122+ uses : actions/checkout@v4
123123 - name : Pull cache
124124 uses : actions/cache@v4
125125 with :
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ SPEC CHECKSUMS:
1313
1414PODFILE CHECKSUM: e2c390a1550dbee3d41134bbc3a65772c599b62c
1515
16- COCOAPODS: 1.15 .2
16+ COCOAPODS: 1.16 .2
You can’t perform that action at this time.
0 commit comments