Skip to content

Commit 2798034

Browse files
authored
latest mono_repo and actions (#1296)
1 parent 06e14e9 commit 2798034

File tree

2 files changed

+45
-45
lines changed

2 files changed

+45
-45
lines changed

.github/workflows/dart.yml

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Created with package:mono_repo v6.5.1
1+
# Created with package:mono_repo v6.5.2
22
name: Dart CI
33
on:
44
push:
@@ -21,30 +21,30 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Cache Pub hosted dependencies
24-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
24+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
2525
with:
2626
path: "~/.pub-cache/hosted"
2727
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable"
2828
restore-keys: |
2929
os:ubuntu-latest;pub-cache-hosted
3030
os:ubuntu-latest
3131
- name: Setup Dart SDK
32-
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
32+
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
3333
with:
3434
sdk: stable
3535
- id: checkout
3636
name: Checkout repository
37-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
37+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
3838
- name: mono_repo self validate
39-
run: dart pub global activate mono_repo 6.5.1
39+
run: dart pub global activate mono_repo 6.5.2
4040
- name: mono_repo self validate
4141
run: dart pub global run mono_repo generate --validate
4242
job_002:
4343
name: "analyzer_and_format; Dart 2.19.0; PKGS: _test_yaml, checked_yaml, example, json_serializable; `dart format --output=none --set-exit-if-changed .`, `dart analyze --fatal-infos .`"
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Cache Pub hosted dependencies
47-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
47+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
4848
with:
4949
path: "~/.pub-cache/hosted"
5050
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.19.0;packages:_test_yaml-checked_yaml-example-json_serializable;commands:format-analyze_0"
@@ -54,12 +54,12 @@ jobs:
5454
os:ubuntu-latest;pub-cache-hosted
5555
os:ubuntu-latest
5656
- name: Setup Dart SDK
57-
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
57+
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
5858
with:
5959
sdk: "2.19.0"
6060
- id: checkout
6161
name: Checkout repository
62-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
62+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
6363
- id: _test_yaml_pub_upgrade
6464
name: _test_yaml; dart pub upgrade
6565
run: dart pub upgrade
@@ -117,7 +117,7 @@ jobs:
117117
runs-on: ubuntu-latest
118118
steps:
119119
- name: Cache Pub hosted dependencies
120-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
120+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
121121
with:
122122
path: "~/.pub-cache/hosted"
123123
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.19.0;packages:json_annotation;commands:analyze_1"
@@ -127,12 +127,12 @@ jobs:
127127
os:ubuntu-latest;pub-cache-hosted
128128
os:ubuntu-latest
129129
- name: Setup Dart SDK
130-
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
130+
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
131131
with:
132132
sdk: "2.19.0"
133133
- id: checkout
134134
name: Checkout repository
135-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
135+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
136136
- id: json_annotation_pub_upgrade
137137
name: json_annotation; dart pub upgrade
138138
run: dart pub upgrade
@@ -147,7 +147,7 @@ jobs:
147147
runs-on: ubuntu-latest
148148
steps:
149149
- name: Cache Pub hosted dependencies
150-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
150+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
151151
with:
152152
path: "~/.pub-cache/hosted"
153153
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable;commands:format-analyze_0"
@@ -157,12 +157,12 @@ jobs:
157157
os:ubuntu-latest;pub-cache-hosted
158158
os:ubuntu-latest
159159
- name: Setup Dart SDK
160-
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
160+
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
161161
with:
162162
sdk: dev
163163
- id: checkout
164164
name: Checkout repository
165-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
165+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
166166
- id: _test_yaml_pub_upgrade
167167
name: _test_yaml; dart pub upgrade
168168
run: dart pub upgrade
@@ -233,7 +233,7 @@ jobs:
233233
runs-on: ubuntu-latest
234234
steps:
235235
- name: Cache Pub hosted dependencies
236-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
236+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
237237
with:
238238
path: "~/.pub-cache/hosted"
239239
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.19.0;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
@@ -243,12 +243,12 @@ jobs:
243243
os:ubuntu-latest;pub-cache-hosted
244244
os:ubuntu-latest
245245
- name: Setup Dart SDK
246-
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
246+
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
247247
with:
248248
sdk: "2.19.0"
249249
- id: checkout
250250
name: Checkout repository
251-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
251+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
252252
- id: _test_yaml_pub_upgrade
253253
name: _test_yaml; dart pub upgrade
254254
run: dart pub upgrade
@@ -295,7 +295,7 @@ jobs:
295295
runs-on: ubuntu-latest
296296
steps:
297297
- name: Cache Pub hosted dependencies
298-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
298+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
299299
with:
300300
path: "~/.pub-cache/hosted"
301301
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.19.0;packages:json_serializable;commands:test_3"
@@ -305,12 +305,12 @@ jobs:
305305
os:ubuntu-latest;pub-cache-hosted
306306
os:ubuntu-latest
307307
- name: Setup Dart SDK
308-
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
308+
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
309309
with:
310310
sdk: "2.19.0"
311311
- id: checkout
312312
name: Checkout repository
313-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
313+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
314314
- id: json_serializable_pub_upgrade
315315
name: json_serializable; dart pub upgrade
316316
run: dart pub upgrade
@@ -330,7 +330,7 @@ jobs:
330330
runs-on: ubuntu-latest
331331
steps:
332332
- name: Cache Pub hosted dependencies
333-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
333+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
334334
with:
335335
path: "~/.pub-cache/hosted"
336336
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.19.0;packages:json_serializable;commands:test_1"
@@ -340,12 +340,12 @@ jobs:
340340
os:ubuntu-latest;pub-cache-hosted
341341
os:ubuntu-latest
342342
- name: Setup Dart SDK
343-
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
343+
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
344344
with:
345345
sdk: "2.19.0"
346346
- id: checkout
347347
name: Checkout repository
348-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
348+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
349349
- id: json_serializable_pub_upgrade
350350
name: json_serializable; dart pub upgrade
351351
run: dart pub upgrade
@@ -365,7 +365,7 @@ jobs:
365365
runs-on: ubuntu-latest
366366
steps:
367367
- name: Cache Pub hosted dependencies
368-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
368+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
369369
with:
370370
path: "~/.pub-cache/hosted"
371371
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.19.0;packages:json_serializable;commands:test_2"
@@ -375,12 +375,12 @@ jobs:
375375
os:ubuntu-latest;pub-cache-hosted
376376
os:ubuntu-latest
377377
- name: Setup Dart SDK
378-
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
378+
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
379379
with:
380380
sdk: "2.19.0"
381381
- id: checkout
382382
name: Checkout repository
383-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
383+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
384384
- id: json_serializable_pub_upgrade
385385
name: json_serializable; dart pub upgrade
386386
run: dart pub upgrade
@@ -400,7 +400,7 @@ jobs:
400400
runs-on: ubuntu-latest
401401
steps:
402402
- name: Cache Pub hosted dependencies
403-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
403+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
404404
with:
405405
path: "~/.pub-cache/hosted"
406406
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
@@ -410,12 +410,12 @@ jobs:
410410
os:ubuntu-latest;pub-cache-hosted
411411
os:ubuntu-latest
412412
- name: Setup Dart SDK
413-
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
413+
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
414414
with:
415415
sdk: dev
416416
- id: checkout
417417
name: Checkout repository
418-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
418+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
419419
- id: _test_yaml_pub_upgrade
420420
name: _test_yaml; dart pub upgrade
421421
run: dart pub upgrade
@@ -462,7 +462,7 @@ jobs:
462462
runs-on: ubuntu-latest
463463
steps:
464464
- name: Cache Pub hosted dependencies
465-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
465+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
466466
with:
467467
path: "~/.pub-cache/hosted"
468468
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_3"
@@ -472,12 +472,12 @@ jobs:
472472
os:ubuntu-latest;pub-cache-hosted
473473
os:ubuntu-latest
474474
- name: Setup Dart SDK
475-
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
475+
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
476476
with:
477477
sdk: dev
478478
- id: checkout
479479
name: Checkout repository
480-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
480+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
481481
- id: json_serializable_pub_upgrade
482482
name: json_serializable; dart pub upgrade
483483
run: dart pub upgrade
@@ -497,7 +497,7 @@ jobs:
497497
runs-on: ubuntu-latest
498498
steps:
499499
- name: Cache Pub hosted dependencies
500-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
500+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
501501
with:
502502
path: "~/.pub-cache/hosted"
503503
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_1"
@@ -507,12 +507,12 @@ jobs:
507507
os:ubuntu-latest;pub-cache-hosted
508508
os:ubuntu-latest
509509
- name: Setup Dart SDK
510-
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
510+
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
511511
with:
512512
sdk: dev
513513
- id: checkout
514514
name: Checkout repository
515-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
515+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
516516
- id: json_serializable_pub_upgrade
517517
name: json_serializable; dart pub upgrade
518518
run: dart pub upgrade
@@ -532,7 +532,7 @@ jobs:
532532
runs-on: ubuntu-latest
533533
steps:
534534
- name: Cache Pub hosted dependencies
535-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
535+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
536536
with:
537537
path: "~/.pub-cache/hosted"
538538
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_2"
@@ -542,12 +542,12 @@ jobs:
542542
os:ubuntu-latest;pub-cache-hosted
543543
os:ubuntu-latest
544544
- name: Setup Dart SDK
545-
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
545+
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
546546
with:
547547
sdk: dev
548548
- id: checkout
549549
name: Checkout repository
550-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
550+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
551551
- id: json_serializable_pub_upgrade
552552
name: json_serializable; dart pub upgrade
553553
run: dart pub upgrade
@@ -567,7 +567,7 @@ jobs:
567567
runs-on: ubuntu-latest
568568
steps:
569569
- name: Cache Pub hosted dependencies
570-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
570+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
571571
with:
572572
path: "~/.pub-cache/hosted"
573573
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.19.0;packages:_test_yaml-checked_yaml-example;commands:test_1"
@@ -577,12 +577,12 @@ jobs:
577577
os:ubuntu-latest;pub-cache-hosted
578578
os:ubuntu-latest
579579
- name: Setup Dart SDK
580-
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
580+
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
581581
with:
582582
sdk: "2.19.0"
583583
- id: checkout
584584
name: Checkout repository
585-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
585+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
586586
- id: _test_yaml_pub_upgrade
587587
name: _test_yaml; dart pub upgrade
588588
run: dart pub upgrade
@@ -628,7 +628,7 @@ jobs:
628628
runs-on: ubuntu-latest
629629
steps:
630630
- name: Cache Pub hosted dependencies
631-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
631+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
632632
with:
633633
path: "~/.pub-cache/hosted"
634634
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example;commands:test_1"
@@ -638,12 +638,12 @@ jobs:
638638
os:ubuntu-latest;pub-cache-hosted
639639
os:ubuntu-latest
640640
- name: Setup Dart SDK
641-
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
641+
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
642642
with:
643643
sdk: dev
644644
- id: checkout
645645
name: Checkout repository
646-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
646+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
647647
- id: _test_yaml_pub_upgrade
648648
name: _test_yaml; dart pub upgrade
649649
run: dart pub upgrade

tool/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Created with package:mono_repo v6.5.1
2+
# Created with package:mono_repo v6.5.2
33

44
# Support built in commands on windows out of the box.
55
# When it is a flutter repo (check the pubspec.yaml for "sdk: flutter")

0 commit comments

Comments
 (0)