Skip to content

Commit e47633d

Browse files
Bump actions/cache from 2.1.7 to 3 (#1122)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.7...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 74e6d01 commit e47633d

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.1.0
1+
# Created with package:mono_repo v6.2.0
22
name: Dart CI
33
on:
44
push:
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Cache Pub hosted dependencies
23-
uses: actions/cache@v2.1.7
23+
uses: actions/cache@v3
2424
with:
2525
path: "~/.pub-cache/hosted"
2626
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable"
@@ -33,15 +33,15 @@ jobs:
3333
- id: checkout
3434
uses: actions/[email protected]
3535
- name: mono_repo self validate
36-
run: dart pub global activate mono_repo 6.1.0
36+
run: dart pub global activate mono_repo 6.2.0
3737
- name: mono_repo self validate
3838
run: dart pub global run mono_repo generate --validate
3939
job_002:
4040
name: "analyzer_and_format; Dart 2.14.0; PKGS: _test_yaml, checked_yaml, example, json_annotation, json_serializable; `dart format --output=none --set-exit-if-changed .`, `dart analyze --fatal-infos .`"
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Cache Pub hosted dependencies
44-
uses: actions/cache@v2.1.7
44+
uses: actions/cache@v3
4545
with:
4646
path: "~/.pub-cache/hosted"
4747
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.14.0;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable;commands:format-analyze"
@@ -125,7 +125,7 @@ jobs:
125125
runs-on: ubuntu-latest
126126
steps:
127127
- name: Cache Pub hosted dependencies
128-
uses: actions/cache@v2.1.7
128+
uses: actions/cache@v3
129129
with:
130130
path: "~/.pub-cache/hosted"
131131
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable;commands:format-analyze"
@@ -209,7 +209,7 @@ jobs:
209209
runs-on: ubuntu-latest
210210
steps:
211211
- name: Cache Pub hosted dependencies
212-
uses: actions/cache@v2.1.7
212+
uses: actions/cache@v3
213213
with:
214214
path: "~/.pub-cache/hosted"
215215
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.14.0;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
@@ -268,7 +268,7 @@ jobs:
268268
runs-on: ubuntu-latest
269269
steps:
270270
- name: Cache Pub hosted dependencies
271-
uses: actions/cache@v2.1.7
271+
uses: actions/cache@v3
272272
with:
273273
path: "~/.pub-cache/hosted"
274274
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.14.0;packages:json_serializable;commands:test_3"
@@ -300,7 +300,7 @@ jobs:
300300
runs-on: ubuntu-latest
301301
steps:
302302
- name: Cache Pub hosted dependencies
303-
uses: actions/cache@v2.1.7
303+
uses: actions/cache@v3
304304
with:
305305
path: "~/.pub-cache/hosted"
306306
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.14.0;packages:json_serializable;commands:test_1"
@@ -332,7 +332,7 @@ jobs:
332332
runs-on: ubuntu-latest
333333
steps:
334334
- name: Cache Pub hosted dependencies
335-
uses: actions/cache@v2.1.7
335+
uses: actions/cache@v3
336336
with:
337337
path: "~/.pub-cache/hosted"
338338
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.14.0;packages:json_serializable;commands:test_2"
@@ -364,7 +364,7 @@ jobs:
364364
runs-on: ubuntu-latest
365365
steps:
366366
- name: Cache Pub hosted dependencies
367-
uses: actions/cache@v2.1.7
367+
uses: actions/cache@v3
368368
with:
369369
path: "~/.pub-cache/hosted"
370370
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
@@ -423,7 +423,7 @@ jobs:
423423
runs-on: ubuntu-latest
424424
steps:
425425
- name: Cache Pub hosted dependencies
426-
uses: actions/cache@v2.1.7
426+
uses: actions/cache@v3
427427
with:
428428
path: "~/.pub-cache/hosted"
429429
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_3"
@@ -455,7 +455,7 @@ jobs:
455455
runs-on: ubuntu-latest
456456
steps:
457457
- name: Cache Pub hosted dependencies
458-
uses: actions/cache@v2.1.7
458+
uses: actions/cache@v3
459459
with:
460460
path: "~/.pub-cache/hosted"
461461
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_1"
@@ -487,7 +487,7 @@ jobs:
487487
runs-on: ubuntu-latest
488488
steps:
489489
- name: Cache Pub hosted dependencies
490-
uses: actions/cache@v2.1.7
490+
uses: actions/cache@v3
491491
with:
492492
path: "~/.pub-cache/hosted"
493493
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_2"
@@ -519,7 +519,7 @@ jobs:
519519
runs-on: ubuntu-latest
520520
steps:
521521
- name: Cache Pub hosted dependencies
522-
uses: actions/cache@v2.1.7
522+
uses: actions/cache@v3
523523
with:
524524
path: "~/.pub-cache/hosted"
525525
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.14.0;packages:_test_yaml-checked_yaml-example;commands:test_1"
@@ -577,7 +577,7 @@ jobs:
577577
runs-on: ubuntu-latest
578578
steps:
579579
- name: Cache Pub hosted dependencies
580-
uses: actions/cache@v2.1.7
580+
uses: actions/cache@v3
581581
with:
582582
path: "~/.pub-cache/hosted"
583583
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.1.0
2+
# Created with package:mono_repo v6.2.0
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)