Skip to content

Commit ff9d138

Browse files
authored
Latest cache actions (#1292)
Closes #1291
1 parent 5aa5a5f commit ff9d138

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.5.0
1+
# Created with package:mono_repo v6.5.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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
24+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
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@ac593985615ec2ede58e132d2e21d2b1cbd6127c
3838
- name: mono_repo self validate
39-
run: dart pub global activate mono_repo 6.5.0
39+
run: dart pub global activate mono_repo 6.5.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.19.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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
47+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
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_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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
133+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
219+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
220220
with:
221221
path: "~/.pub-cache/hosted"
222222
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.19.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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
280+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
281281
with:
282282
path: "~/.pub-cache/hosted"
283283
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.19.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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
314+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
315315
with:
316316
path: "~/.pub-cache/hosted"
317317
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.19.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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
348+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
349349
with:
350350
path: "~/.pub-cache/hosted"
351351
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.19.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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
382+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
443+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
477+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
511+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
545+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
546546
with:
547547
path: "~/.pub-cache/hosted"
548548
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.19.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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
605+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
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.5.0
2+
# Created with package:mono_repo v6.5.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)