Skip to content

Commit 11f068b

Browse files
authored
Latest CI actions (#390)
1 parent 9ebe0ce commit 11f068b

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

.github/workflows/lint.yml

Lines changed: 14 additions & 14 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.4
22
name: Dart Lint CI
33
on:
44
push:
@@ -20,30 +20,30 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Cache Pub hosted dependencies
23-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
23+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
2424
with:
2525
path: "~/.pub-cache/hosted"
2626
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable"
2727
restore-keys: |
2828
os:ubuntu-latest;pub-cache-hosted
2929
os:ubuntu-latest
3030
- name: Setup Dart SDK
31-
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
31+
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
3232
with:
3333
sdk: stable
3434
- id: checkout
3535
name: Checkout repository
36-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
36+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
3737
- name: mono_repo self validate
38-
run: dart pub global activate mono_repo 6.5.1
38+
run: dart pub global activate mono_repo 6.5.4
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@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
46+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
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"
@@ -53,12 +53,12 @@ jobs:
5353
os:ubuntu-latest;pub-cache-hosted
5454
os:ubuntu-latest
5555
- name: Setup Dart SDK
56-
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
56+
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
5757
with:
5858
sdk: "2.18.0"
5959
- id: checkout
6060
name: Checkout repository
61-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
61+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
6262
- id: dartfn_pub_upgrade
6363
name: dartfn; dart pub upgrade
6464
run: dart pub upgrade
@@ -100,7 +100,7 @@ jobs:
100100
runs-on: ubuntu-latest
101101
steps:
102102
- name: Cache Pub hosted dependencies
103-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
103+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
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"
@@ -110,12 +110,12 @@ jobs:
110110
os:ubuntu-latest;pub-cache-hosted
111111
os:ubuntu-latest
112112
- name: Setup Dart SDK
113-
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
113+
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
114114
with:
115115
sdk: dev
116116
- id: checkout
117117
name: Checkout repository
118-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
118+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
119119
- id: dartfn_pub_upgrade
120120
name: dartfn; dart pub upgrade
121121
run: dart pub upgrade
@@ -186,7 +186,7 @@ jobs:
186186
runs-on: ubuntu-latest
187187
steps:
188188
- name: Cache Pub hosted dependencies
189-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
189+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
190190
with:
191191
path: "~/.pub-cache/hosted"
192192
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:integration_test;commands:analyze_1"
@@ -196,12 +196,12 @@ jobs:
196196
os:ubuntu-latest;pub-cache-hosted
197197
os:ubuntu-latest
198198
- name: Setup Dart SDK
199-
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
199+
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
200200
with:
201201
sdk: dev
202202
- id: checkout
203203
name: Checkout repository
204-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
204+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
205205
- id: integration_test_pub_upgrade
206206
name: integration_test; dart pub upgrade
207207
run: dart pub upgrade

.github/workflows/unit.yml

Lines changed: 21 additions & 21 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.4
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@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
23+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
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"
@@ -30,12 +30,12 @@ jobs:
3030
os:ubuntu-latest;pub-cache-hosted
3131
os:ubuntu-latest
3232
- name: Setup Dart SDK
33-
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
33+
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
3434
with:
3535
sdk: "2.18.0"
3636
- id: checkout
3737
name: Checkout repository
38-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
38+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
3939
- id: dartfn_pub_upgrade
4040
name: dartfn; dart pub upgrade
4141
run: dart pub upgrade
@@ -77,7 +77,7 @@ jobs:
7777
runs-on: ubuntu-latest
7878
steps:
7979
- name: Cache Pub hosted dependencies
80-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
80+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
8181
with:
8282
path: "~/.pub-cache/hosted"
8383
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.18.0;packages:gcp;commands:command"
@@ -87,12 +87,12 @@ jobs:
8787
os:ubuntu-latest;pub-cache-hosted
8888
os:ubuntu-latest
8989
- name: Setup Dart SDK
90-
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
90+
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
9191
with:
9292
sdk: "2.18.0"
9393
- id: checkout
9494
name: Checkout repository
95-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
95+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
9696
- id: gcp_pub_upgrade
9797
name: gcp; dart pub upgrade
9898
run: dart pub upgrade
@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ubuntu-latest
108108
steps:
109109
- name: Cache Pub hosted dependencies
110-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
110+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
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"
@@ -117,12 +117,12 @@ jobs:
117117
os:ubuntu-latest;pub-cache-hosted
118118
os:ubuntu-latest
119119
- name: Setup Dart SDK
120-
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
120+
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
121121
with:
122122
sdk: dev
123123
- id: checkout
124124
name: Checkout repository
125-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
125+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
126126
- id: dartfn_pub_upgrade
127127
name: dartfn; dart pub upgrade
128128
run: dart pub upgrade
@@ -155,7 +155,7 @@ jobs:
155155
runs-on: ubuntu-latest
156156
steps:
157157
- name: Cache Pub hosted dependencies
158-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
158+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
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"
@@ -165,12 +165,12 @@ jobs:
165165
os:ubuntu-latest;pub-cache-hosted
166166
os:ubuntu-latest
167167
- name: Setup Dart SDK
168-
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
168+
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
169169
with:
170170
sdk: dev
171171
- id: checkout
172172
name: Checkout repository
173-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
173+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
174174
- id: dartfn_pub_upgrade
175175
name: dartfn; dart pub upgrade
176176
run: dart pub upgrade
@@ -212,7 +212,7 @@ jobs:
212212
runs-on: macos-latest
213213
steps:
214214
- name: Cache Pub hosted dependencies
215-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
215+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
216216
with:
217217
path: "~/.pub-cache/hosted"
218218
key: "os:macos-latest;pub-cache-hosted;sdk:2.18.0;packages:gcp;commands:test_0"
@@ -222,12 +222,12 @@ jobs:
222222
os:macos-latest;pub-cache-hosted
223223
os:macos-latest
224224
- name: Setup Dart SDK
225-
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
225+
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
226226
with:
227227
sdk: "2.18.0"
228228
- id: checkout
229229
name: Checkout repository
230-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
230+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
231231
- id: gcp_pub_upgrade
232232
name: gcp; dart pub upgrade
233233
run: dart pub upgrade
@@ -242,7 +242,7 @@ jobs:
242242
runs-on: macos-latest
243243
steps:
244244
- name: Cache Pub hosted dependencies
245-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
245+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
246246
with:
247247
path: "~/.pub-cache/hosted"
248248
key: "os:macos-latest;pub-cache-hosted;sdk:dev;packages:gcp;commands:test_0"
@@ -252,12 +252,12 @@ jobs:
252252
os:macos-latest;pub-cache-hosted
253253
os:macos-latest
254254
- name: Setup Dart SDK
255-
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
255+
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
256256
with:
257257
sdk: dev
258258
- id: checkout
259259
name: Checkout repository
260-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
260+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
261261
- id: gcp_pub_upgrade
262262
name: gcp; dart pub upgrade
263263
run: dart pub upgrade
@@ -272,12 +272,12 @@ jobs:
272272
runs-on: windows-latest
273273
steps:
274274
- name: Setup Dart SDK
275-
uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
275+
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
276276
with:
277277
sdk: dev
278278
- id: checkout
279279
name: Checkout repository
280-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
280+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
281281
- id: gcp_pub_upgrade
282282
name: gcp; dart pub upgrade
283283
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.4
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)