27
27
- name : Extract job definition
28
28
run : yq '.jobs.${{ github.job }}' .github/workflows/check.yml > .github/job.yml
29
29
30
- - uses : actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
30
+ - uses : actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
31
31
id : node-cache
32
32
with :
33
33
path : node_modules/
42
42
- if : steps.node-cache.outputs.cache-hit != 'true'
43
43
run : npm ci
44
44
45
- - uses : actions/cache/save@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
45
+ - uses : actions/cache/save@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
46
46
if : steps.node-cache.outputs.cache-hit != 'true'
47
47
with :
48
48
path : node_modules/
59
59
- name : Extract job definition
60
60
run : yq '.jobs.${{ github.job }}' .github/workflows/check.yml > .github/job.yml
61
61
62
- - uses : actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
62
+ - uses : actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
63
63
id : node-cache
64
64
with :
65
65
path : node_modules/
74
74
- if : steps.node-cache.outputs.cache-hit != 'true'
75
75
run : npm ci
76
76
77
- - uses : actions/cache/save@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
77
+ - uses : actions/cache/save@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
78
78
if : steps.node-cache.outputs.cache-hit != 'true'
79
79
with :
80
80
path : node_modules/
@@ -106,7 +106,7 @@ jobs:
106
106
run : yq '.jobs.${{ github.job }}' .github/workflows/check.yml > .github/job.yml
107
107
108
108
- name : Restore Cocoapods cache
109
- uses : actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
109
+ uses : actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
110
110
id : cocoapods-cache
111
111
with :
112
112
path : ios/Pods
@@ -127,7 +127,7 @@ jobs:
127
127
128
128
- name : Restore node_modules cache
129
129
if : steps.cocoapods-cache.outputs.cache-hit != 'true'
130
- uses : actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
130
+ uses : actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
131
131
id : node-cache
132
132
with :
133
133
path : node_modules/
@@ -141,7 +141,7 @@ jobs:
141
141
working-directory : ./ios
142
142
143
143
- name : Save Cocoapods cache
144
- uses : actions/cache/save@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
144
+ uses : actions/cache/save@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
145
145
if : steps.cocoapods-cache.outputs.cache-hit != 'true'
146
146
with :
147
147
path : ios/Pods
@@ -159,7 +159,7 @@ jobs:
159
159
node-version-file : ' .node-version'
160
160
161
161
- name : Restore node_modules cache
162
- uses : actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
162
+ uses : actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
163
163
id : node-cache
164
164
with :
165
165
path : node_modules/
@@ -182,7 +182,7 @@ jobs:
182
182
node-version-file : ' .node-version'
183
183
184
184
- name : Restore node_modules cache
185
- uses : actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
185
+ uses : actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
186
186
id : node-cache
187
187
with :
188
188
path : node_modules/
@@ -205,7 +205,7 @@ jobs:
205
205
node-version-file : ' .node-version'
206
206
207
207
- name : Restore node_modules cache
208
- uses : actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
208
+ uses : actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
209
209
id : node-cache
210
210
with :
211
211
path : node_modules/
@@ -232,7 +232,7 @@ jobs:
232
232
node-version-file : ' .node-version'
233
233
234
234
- name : Restore node_modules cache
235
- uses : actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
235
+ uses : actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
236
236
id : node-cache
237
237
with :
238
238
path : node_modules/
@@ -255,7 +255,7 @@ jobs:
255
255
node-version-file : ' .node-version'
256
256
257
257
- name : Restore node_modules cache
258
- uses : actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
258
+ uses : actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
259
259
id : node-cache
260
260
with :
261
261
path : node_modules/
@@ -285,7 +285,7 @@ jobs:
285
285
node-version-file : ' .node-version'
286
286
287
287
- name : Restore node_modules cache
288
- uses : actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
288
+ uses : actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
289
289
id : node-cache
290
290
with :
291
291
path : node_modules/
@@ -295,7 +295,7 @@ jobs:
295
295
run : exit 1
296
296
297
297
- name : Load the cached jsbundle
298
- uses : actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
298
+ uses : actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
299
299
id : jsbundle-cache
300
300
with :
301
301
path : |
@@ -311,7 +311,7 @@ jobs:
311
311
APP_MODE : mocked
312
312
313
313
- name : Cache the jsbundle
314
- uses : actions/cache/save@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
314
+ uses : actions/cache/save@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
315
315
if : steps.jsbundle-cache.outputs.cache-hit != 'true'
316
316
with :
317
317
path : |
@@ -337,7 +337,7 @@ jobs:
337
337
node-version-file : ' .node-version'
338
338
339
339
- name : Restore node_modules cache
340
- uses : actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
340
+ uses : actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
341
341
id : node-cache
342
342
with :
343
343
path : node_modules/
@@ -347,7 +347,7 @@ jobs:
347
347
run : exit 1
348
348
349
349
- name : Load the cached jsbundle
350
- uses : actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
350
+ uses : actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
351
351
id : jsbundle-cache
352
352
with :
353
353
path : ./android/generated/
@@ -361,7 +361,7 @@ jobs:
361
361
362
362
- name : Cache the jsbundle
363
363
if : steps.jsbundle-cache.outputs.cache-hit != 'true'
364
- uses : actions/cache/save@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
364
+ uses : actions/cache/save@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
365
365
with :
366
366
path : ./android/generated/
367
367
key : ${{ steps.jsbundle-cache.outputs.cache-primary-key }}
@@ -378,7 +378,7 @@ jobs:
378
378
node-version-file : ' .node-version'
379
379
380
380
- name : Restore node_modules cache
381
- uses : actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
381
+ uses : actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
382
382
id : node-cache
383
383
with :
384
384
path : node_modules/
@@ -417,7 +417,7 @@ jobs:
417
417
path : build/reports/
418
418
419
419
- name : Cache the Android app
420
- uses : actions/cache/save@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
420
+ uses : actions/cache/save@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
421
421
with :
422
422
path : android/app/build/outputs/apk/
423
423
key : ${{ steps.app-cache.outputs.cache-primary-key }}
@@ -443,7 +443,7 @@ jobs:
443
443
444
444
- name : Check for cached iOS app
445
445
id : app-cache
446
- uses : actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
446
+ uses : actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
447
447
with :
448
448
path : ios/build/Build/Products/
449
449
key : ${{ runner.os }}-ios-xcode@${{ env.xcode_version }}-${{ hashFiles('**/project.pbxproj', '**/Podfile', '**/Podfile.lock', 'package-lock.json', '.github/job.yml') }}
@@ -455,7 +455,7 @@ jobs:
455
455
456
456
- name : Restore node_modules cache
457
457
if : steps.app-cache.outputs.cache-hit != 'true'
458
- uses : actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
458
+ uses : actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
459
459
id : node-cache
460
460
with :
461
461
path : node_modules/
@@ -475,7 +475,7 @@ jobs:
475
475
476
476
- name : Restore Cocoapods cache
477
477
if : steps.app-cache.outputs.cache-hit != 'true'
478
- uses : actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
478
+ uses : actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
479
479
id : pods-cache
480
480
with :
481
481
path : ios/Pods
@@ -499,7 +499,7 @@ jobs:
499
499
run : npx detox build e2e --configuration ios.sim.release
500
500
501
501
- name : Cache the iOS app
502
- uses : actions/cache/save@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
502
+ uses : actions/cache/save@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
503
503
with :
504
504
path : ios/build/Build/Products/
505
505
key : ${{ steps.app-cache.outputs.cache-primary-key }}
@@ -521,7 +521,7 @@ jobs:
521
521
522
522
- # load the app before reinstalling detox, so that the package-lock cannot change
523
523
name : Load the cached iOS app
524
- uses : actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
524
+ uses : actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
525
525
id : app-cache
526
526
with :
527
527
path : ios/build/Build/Products/
@@ -532,7 +532,7 @@ jobs:
532
532
533
533
- # load the jsbundle before reinstalling detox, so that the package-lock cannot change
534
534
name : Load the cached iOS jsbundle
535
- uses : actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
535
+ uses : actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
536
536
id : jsbundle-cache
537
537
with :
538
538
path : |
@@ -556,7 +556,7 @@ jobs:
556
556
node-version-file : ' .node-version'
557
557
558
558
- name : Restore node_modules cache
559
- uses : actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
559
+ uses : actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
560
560
id : node-cache
561
561
with :
562
562
path : node_modules/
0 commit comments