Skip to content

Commit 1cae9c9

Browse files
authored
Latest mono_repo (#381)
Closes #379
1 parent 1a50acb commit 1cae9c9

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/workflows/lint.yml

Lines changed: 6 additions & 6 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 Lint 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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
23+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
2424
with:
2525
path: "~/.pub-cache/hosted"
2626
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable"
@@ -35,15 +35,15 @@ jobs:
3535
name: Checkout repository
3636
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
3737
- name: mono_repo self validate
38-
run: dart pub global activate mono_repo 6.5.0
38+
run: dart pub global activate mono_repo 6.5.1
3939
- name: mono_repo self validate
4040
run: dart pub global run mono_repo generate --validate
4141
job_002:
4242
name: "analyze_format; Dart 2.18.0; PKGS: dartfn, functions_framework, functions_framework_builder, gcp; `dart analyze`"
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Cache Pub hosted dependencies
46-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
46+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
4747
with:
4848
path: "~/.pub-cache/hosted"
4949
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.18.0;packages:dartfn-functions_framework-functions_framework_builder-gcp;commands:analyze_1"
@@ -100,7 +100,7 @@ jobs:
100100
runs-on: ubuntu-latest
101101
steps:
102102
- name: Cache Pub hosted dependencies
103-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
103+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
104104
with:
105105
path: "~/.pub-cache/hosted"
106106
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dartfn-functions_framework-functions_framework_builder-gcp-integration_test;commands:format-analyze_0"
@@ -186,7 +186,7 @@ jobs:
186186
runs-on: ubuntu-latest
187187
steps:
188188
- name: Cache Pub hosted dependencies
189-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
189+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
190190
with:
191191
path: "~/.pub-cache/hosted"
192192
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:integration_test;commands:analyze_1"

.github/workflows/unit.yml

Lines changed: 7 additions & 7 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 Unit 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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
23+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
2424
with:
2525
path: "~/.pub-cache/hosted"
2626
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.18.0;packages:dartfn-functions_framework_builder-gcp-integration_test;commands:test_0"
@@ -77,7 +77,7 @@ jobs:
7777
runs-on: ubuntu-latest
7878
steps:
7979
- name: Cache Pub hosted dependencies
80-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
80+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
8181
with:
8282
path: "~/.pub-cache/hosted"
8383
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.18.0;packages:gcp;commands:command"
@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ubuntu-latest
108108
steps:
109109
- name: Cache Pub hosted dependencies
110-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
110+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
111111
with:
112112
path: "~/.pub-cache/hosted"
113113
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dartfn-functions_framework-integration_test;commands:test_1"
@@ -155,7 +155,7 @@ jobs:
155155
runs-on: ubuntu-latest
156156
steps:
157157
- name: Cache Pub hosted dependencies
158-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
158+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
159159
with:
160160
path: "~/.pub-cache/hosted"
161161
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dartfn-functions_framework_builder-gcp-integration_test;commands:test_0"
@@ -212,7 +212,7 @@ jobs:
212212
runs-on: macos-latest
213213
steps:
214214
- name: Cache Pub hosted dependencies
215-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
215+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
216216
with:
217217
path: "~/.pub-cache/hosted"
218218
key: "os:macos-latest;pub-cache-hosted;sdk:2.18.0;packages:gcp;commands:test_0"
@@ -242,7 +242,7 @@ jobs:
242242
runs-on: macos-latest
243243
steps:
244244
- name: Cache Pub hosted dependencies
245-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
245+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
246246
with:
247247
path: "~/.pub-cache/hosted"
248248
key: "os:macos-latest;pub-cache-hosted;sdk:dev;packages:gcp;commands:test_0"

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)