21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Cache Pub hosted dependencies
24
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
24
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
25
25
with :
26
26
path : " ~/.pub-cache/hosted"
27
27
key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable"
34
34
sdk : stable
35
35
- id : checkout
36
36
name : Checkout repository
37
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
37
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
38
38
- name : mono_repo self validate
39
39
run : dart pub global activate mono_repo 6.6.2
40
40
- name : mono_repo self validate
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- name : Cache Pub hosted dependencies
47
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
47
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
48
48
with :
49
49
path : " ~/.pub-cache/hosted"
50
50
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable;commands:analyze_1"
59
59
sdk : " 3.5.0"
60
60
- id : checkout
61
61
name : Checkout repository
62
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
62
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
63
63
- id : _test_yaml_pub_upgrade
64
64
name : _test_yaml; dart pub upgrade
65
65
run : dart pub upgrade
@@ -110,7 +110,7 @@ jobs:
110
110
runs-on : ubuntu-latest
111
111
steps :
112
112
- name : Cache Pub hosted dependencies
113
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
113
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
114
114
with :
115
115
path : " ~/.pub-cache/hosted"
116
116
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable;commands:format-analyze_0"
@@ -125,7 +125,7 @@ jobs:
125
125
sdk : dev
126
126
- id : checkout
127
127
name : Checkout repository
128
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
128
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
129
129
- id : _test_yaml_pub_upgrade
130
130
name : _test_yaml; dart pub upgrade
131
131
run : dart pub upgrade
@@ -196,7 +196,7 @@ jobs:
196
196
runs-on : ubuntu-latest
197
197
steps :
198
198
- name : Cache Pub hosted dependencies
199
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
199
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
200
200
with :
201
201
path : " ~/.pub-cache/hosted"
202
202
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
@@ -211,7 +211,7 @@ jobs:
211
211
sdk : " 3.5.0"
212
212
- id : checkout
213
213
name : Checkout repository
214
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
214
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
215
215
- id : _test_yaml_pub_upgrade
216
216
name : _test_yaml; dart pub upgrade
217
217
run : dart pub upgrade
@@ -257,7 +257,7 @@ jobs:
257
257
runs-on : ubuntu-latest
258
258
steps :
259
259
- name : Cache Pub hosted dependencies
260
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
260
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
261
261
with :
262
262
path : " ~/.pub-cache/hosted"
263
263
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:json_serializable;commands:test_3"
@@ -272,7 +272,7 @@ jobs:
272
272
sdk : " 3.5.0"
273
273
- id : checkout
274
274
name : Checkout repository
275
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
275
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
276
276
- id : json_serializable_pub_upgrade
277
277
name : json_serializable; dart pub upgrade
278
278
run : dart pub upgrade
@@ -291,7 +291,7 @@ jobs:
291
291
runs-on : ubuntu-latest
292
292
steps :
293
293
- name : Cache Pub hosted dependencies
294
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
294
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
295
295
with :
296
296
path : " ~/.pub-cache/hosted"
297
297
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:json_serializable;commands:test_1"
@@ -306,7 +306,7 @@ jobs:
306
306
sdk : " 3.5.0"
307
307
- id : checkout
308
308
name : Checkout repository
309
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
309
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
310
310
- id : json_serializable_pub_upgrade
311
311
name : json_serializable; dart pub upgrade
312
312
run : dart pub upgrade
@@ -325,7 +325,7 @@ jobs:
325
325
runs-on : ubuntu-latest
326
326
steps :
327
327
- name : Cache Pub hosted dependencies
328
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
328
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
329
329
with :
330
330
path : " ~/.pub-cache/hosted"
331
331
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:json_serializable;commands:test_2"
@@ -340,7 +340,7 @@ jobs:
340
340
sdk : " 3.5.0"
341
341
- id : checkout
342
342
name : Checkout repository
343
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
343
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
344
344
- id : json_serializable_pub_upgrade
345
345
name : json_serializable; dart pub upgrade
346
346
run : dart pub upgrade
@@ -359,7 +359,7 @@ jobs:
359
359
runs-on : ubuntu-latest
360
360
steps :
361
361
- name : Cache Pub hosted dependencies
362
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
362
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
363
363
with :
364
364
path : " ~/.pub-cache/hosted"
365
365
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
@@ -374,7 +374,7 @@ jobs:
374
374
sdk : dev
375
375
- id : checkout
376
376
name : Checkout repository
377
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
377
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
378
378
- id : _test_yaml_pub_upgrade
379
379
name : _test_yaml; dart pub upgrade
380
380
run : dart pub upgrade
@@ -420,7 +420,7 @@ jobs:
420
420
runs-on : ubuntu-latest
421
421
steps :
422
422
- name : Cache Pub hosted dependencies
423
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
423
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
424
424
with :
425
425
path : " ~/.pub-cache/hosted"
426
426
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_3"
@@ -435,7 +435,7 @@ jobs:
435
435
sdk : dev
436
436
- id : checkout
437
437
name : Checkout repository
438
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
438
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
439
439
- id : json_serializable_pub_upgrade
440
440
name : json_serializable; dart pub upgrade
441
441
run : dart pub upgrade
@@ -454,7 +454,7 @@ jobs:
454
454
runs-on : ubuntu-latest
455
455
steps :
456
456
- name : Cache Pub hosted dependencies
457
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
457
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
458
458
with :
459
459
path : " ~/.pub-cache/hosted"
460
460
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_1"
@@ -469,7 +469,7 @@ jobs:
469
469
sdk : dev
470
470
- id : checkout
471
471
name : Checkout repository
472
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
472
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
473
473
- id : json_serializable_pub_upgrade
474
474
name : json_serializable; dart pub upgrade
475
475
run : dart pub upgrade
@@ -488,7 +488,7 @@ jobs:
488
488
runs-on : ubuntu-latest
489
489
steps :
490
490
- name : Cache Pub hosted dependencies
491
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
491
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
492
492
with :
493
493
path : " ~/.pub-cache/hosted"
494
494
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_2"
@@ -503,7 +503,7 @@ jobs:
503
503
sdk : dev
504
504
- id : checkout
505
505
name : Checkout repository
506
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
506
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
507
507
- id : json_serializable_pub_upgrade
508
508
name : json_serializable; dart pub upgrade
509
509
run : dart pub upgrade
@@ -522,7 +522,7 @@ jobs:
522
522
runs-on : ubuntu-latest
523
523
steps :
524
524
- name : Cache Pub hosted dependencies
525
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
525
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
526
526
with :
527
527
path : " ~/.pub-cache/hosted"
528
528
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:_test_yaml-checked_yaml-example;commands:test_1"
@@ -537,7 +537,7 @@ jobs:
537
537
sdk : " 3.5.0"
538
538
- id : checkout
539
539
name : Checkout repository
540
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
540
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
541
541
- id : _test_yaml_pub_upgrade
542
542
name : _test_yaml; dart pub upgrade
543
543
run : dart pub upgrade
@@ -582,7 +582,7 @@ jobs:
582
582
runs-on : ubuntu-latest
583
583
steps :
584
584
- name : Cache Pub hosted dependencies
585
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
585
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
586
586
with :
587
587
path : " ~/.pub-cache/hosted"
588
588
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example;commands:test_1"
@@ -597,7 +597,7 @@ jobs:
597
597
sdk : dev
598
598
- id : checkout
599
599
name : Checkout repository
600
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
600
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
601
601
- id : _test_yaml_pub_upgrade
602
602
name : _test_yaml; dart pub upgrade
603
603
run : dart pub upgrade
0 commit comments