2323 outputs :
2424 cache-key : ${{ steps.node-cache.outputs.cache-primary-key }}
2525 steps :
26- - uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
26+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2727
2828 - name : Extract job definition
2929 run : yq '.jobs.${{ github.job }}' .github/workflows/check.yml > .github/job.yml
5555 outputs :
5656 cache-key : ${{ steps.node-cache.outputs.cache-primary-key }}
5757 steps :
58- - uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
58+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5959
6060 - name : Extract job definition
6161 run : yq '.jobs.${{ github.job }}' .github/workflows/check.yml > .github/job.yml
8585 name : Cache bundler for macOS
8686 runs-on : macos-14
8787 steps :
88- - uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
88+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
8989
9090 - uses : ruby/setup-ruby@v1
9191 with :
@@ -101,7 +101,7 @@ jobs:
101101 steps :
102102 - run : sudo xcode-select -s /Applications/${{ env.xcode_version }}.app
103103
104- - uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
104+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
105105
106106 - name : Extract job definition
107107 run : yq '.jobs.${{ github.job }}' .github/workflows/check.yml > .github/job.yml
@@ -153,7 +153,7 @@ jobs:
153153 needs : [cache-npm-linux]
154154 runs-on : ubuntu-22.04
155155 steps :
156- - uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
156+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
157157
158158 - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
159159 with :
@@ -176,7 +176,7 @@ jobs:
176176 needs : [cache-npm-linux]
177177 runs-on : ubuntu-22.04
178178 steps :
179- - uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
179+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
180180
181181 - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
182182 with :
@@ -199,7 +199,7 @@ jobs:
199199 needs : [cache-npm-linux]
200200 runs-on : ubuntu-22.04
201201 steps :
202- - uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
202+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
203203
204204 - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
205205 with :
@@ -226,7 +226,7 @@ jobs:
226226 needs : [cache-npm-linux]
227227 runs-on : ubuntu-22.04
228228 steps :
229- - uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
229+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
230230
231231 - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
232232 with :
@@ -249,7 +249,7 @@ jobs:
249249 needs : [cache-npm-linux]
250250 runs-on : ubuntu-22.04
251251 steps :
252- - uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
252+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
253253
254254 - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
255255 with :
@@ -276,7 +276,7 @@ jobs:
276276 outputs :
277277 cache-key : ${{ steps.jsbundle-cache.outputs.cache-primary-key }}
278278 steps :
279- - uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
279+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
280280
281281 - name : Extract job definition
282282 run : yq '.jobs.${{ github.job }}' .github/workflows/check.yml > .github/job.yml
@@ -328,7 +328,7 @@ jobs:
328328 outputs :
329329 cache-key : ${{ steps.jsbundle-cache.outputs.cache-primary-key }}
330330 steps :
331- - uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
331+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
332332
333333 - name : Extract job definition
334334 run : yq '.jobs.${{ github.job }}' .github/workflows/check.yml > .github/job.yml
@@ -372,7 +372,7 @@ jobs:
372372 needs : [jest, eslint, android-bundle, cache-npm-linux]
373373 runs-on : ubuntu-22.04
374374 steps :
375- - uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
375+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
376376
377377 - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
378378 with :
@@ -437,7 +437,7 @@ jobs:
437437 steps :
438438 - run : sudo xcode-select -s /Applications/${{ env.xcode_version }}.app
439439
440- - uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
440+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
441441
442442 - name : Extract job definition
443443 run : yq '.jobs.${{ github.job }}' .github/workflows/check.yml > .github/job.yml
@@ -519,7 +519,7 @@ jobs:
519519 steps :
520520 - run : sudo xcode-select -s /Applications/${{ env.xcode_version }}.app
521521
522- - uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
522+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
523523
524524 - # load the app before reinstalling detox, so that the package-lock cannot change
525525 name : Load the cached iOS app
0 commit comments