Skip to content

Commit 7d3bf20

Browse files
authored
Latest mono_repo (#1215)
Closes #1214
1 parent f8dc218 commit 7d3bf20

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.github/workflows/dart.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Created with package:mono_repo v6.4.0
1+
# Created with package:mono_repo v6.4.1
22
name: Dart CI
33
on:
44
push:
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Cache Pub hosted dependencies
24-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
24+
uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120
2525
with:
2626
path: "~/.pub-cache/hosted"
2727
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable"
@@ -36,15 +36,15 @@ jobs:
3636
name: Checkout repository
3737
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
3838
- name: mono_repo self validate
39-
run: dart pub global activate mono_repo 6.4.0
39+
run: dart pub global activate mono_repo 6.4.1
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.17.0; PKGS: _test_yaml, checked_yaml, example, json_annotation, 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@fd5de65bc895cf536527842281bea11763fefd77
47+
uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120
4848
with:
4949
path: "~/.pub-cache/hosted"
5050
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.17.0;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable;commands:format-analyze"
@@ -130,7 +130,7 @@ jobs:
130130
runs-on: ubuntu-latest
131131
steps:
132132
- name: Cache Pub hosted dependencies
133-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
133+
uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120
134134
with:
135135
path: "~/.pub-cache/hosted"
136136
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable;commands:format-analyze"
@@ -216,7 +216,7 @@ jobs:
216216
runs-on: ubuntu-latest
217217
steps:
218218
- name: Cache Pub hosted dependencies
219-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
219+
uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120
220220
with:
221221
path: "~/.pub-cache/hosted"
222222
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.17.0;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
@@ -277,7 +277,7 @@ jobs:
277277
runs-on: ubuntu-latest
278278
steps:
279279
- name: Cache Pub hosted dependencies
280-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
280+
uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120
281281
with:
282282
path: "~/.pub-cache/hosted"
283283
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.17.0;packages:json_serializable;commands:test_3"
@@ -311,7 +311,7 @@ jobs:
311311
runs-on: ubuntu-latest
312312
steps:
313313
- name: Cache Pub hosted dependencies
314-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
314+
uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120
315315
with:
316316
path: "~/.pub-cache/hosted"
317317
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.17.0;packages:json_serializable;commands:test_1"
@@ -345,7 +345,7 @@ jobs:
345345
runs-on: ubuntu-latest
346346
steps:
347347
- name: Cache Pub hosted dependencies
348-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
348+
uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120
349349
with:
350350
path: "~/.pub-cache/hosted"
351351
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.17.0;packages:json_serializable;commands:test_2"
@@ -379,7 +379,7 @@ jobs:
379379
runs-on: ubuntu-latest
380380
steps:
381381
- name: Cache Pub hosted dependencies
382-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
382+
uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120
383383
with:
384384
path: "~/.pub-cache/hosted"
385385
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
@@ -440,7 +440,7 @@ jobs:
440440
runs-on: ubuntu-latest
441441
steps:
442442
- name: Cache Pub hosted dependencies
443-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
443+
uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120
444444
with:
445445
path: "~/.pub-cache/hosted"
446446
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_3"
@@ -474,7 +474,7 @@ jobs:
474474
runs-on: ubuntu-latest
475475
steps:
476476
- name: Cache Pub hosted dependencies
477-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
477+
uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120
478478
with:
479479
path: "~/.pub-cache/hosted"
480480
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_1"
@@ -508,7 +508,7 @@ jobs:
508508
runs-on: ubuntu-latest
509509
steps:
510510
- name: Cache Pub hosted dependencies
511-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
511+
uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120
512512
with:
513513
path: "~/.pub-cache/hosted"
514514
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_2"
@@ -542,7 +542,7 @@ jobs:
542542
runs-on: ubuntu-latest
543543
steps:
544544
- name: Cache Pub hosted dependencies
545-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
545+
uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120
546546
with:
547547
path: "~/.pub-cache/hosted"
548548
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.17.0;packages:_test_yaml-checked_yaml-example;commands:test_1"
@@ -602,7 +602,7 @@ jobs:
602602
runs-on: ubuntu-latest
603603
steps:
604604
- name: Cache Pub hosted dependencies
605-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
605+
uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120
606606
with:
607607
path: "~/.pub-cache/hosted"
608608
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example;commands:test_1"

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.4.0
2+
# Created with package:mono_repo v6.4.1
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)