Skip to content

Commit 1d1c92a

Browse files
authored
Latest github actions (#789)
Closes #787 Closes #788
1 parent 2706b53 commit 1d1c92a

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

.github/workflows/dart.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Created with package:mono_repo v6.4.2
1+
# Created with package:mono_repo v6.4.3
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@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
23+
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
2424
with:
2525
path: "~/.pub-cache/hosted"
2626
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable"
@@ -33,17 +33,17 @@ jobs:
3333
sdk: stable
3434
- id: checkout
3535
name: Checkout repository
36-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
36+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
3737
- name: mono_repo self validate
38-
run: dart pub global activate mono_repo 6.4.2
38+
run: dart pub global activate mono_repo 6.4.3
3939
- name: mono_repo self validate
4040
run: dart pub global run mono_repo generate --validate
4141
job_002:
4242
name: "format_analyze; linux; Dart 2.12.0; PKG: protobuf; `dart analyze lib`, `dart analyze test`"
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Cache Pub hosted dependencies
46-
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
46+
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
4747
with:
4848
path: "~/.pub-cache/hosted"
4949
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.12.0;packages:protobuf;commands:analyze_1-analyze_2"
@@ -58,7 +58,7 @@ jobs:
5858
sdk: "2.12.0"
5959
- id: checkout
6060
name: Checkout repository
61-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
61+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
6262
- id: protobuf_pub_upgrade
6363
name: protobuf; dart pub upgrade
6464
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@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
80+
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
8181
with:
8282
path: "~/.pub-cache/hosted"
8383
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:api_benchmark;commands:format-command_0-command_1-analyze_0"
@@ -92,7 +92,7 @@ jobs:
9292
sdk: dev
9393
- id: checkout
9494
name: Checkout repository
95-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
95+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
9696
- id: api_benchmark_pub_upgrade
9797
name: api_benchmark; dart pub upgrade
9898
run: dart pub upgrade
@@ -119,7 +119,7 @@ jobs:
119119
runs-on: ubuntu-latest
120120
steps:
121121
- name: Cache Pub hosted dependencies
122-
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
122+
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
123123
with:
124124
path: "~/.pub-cache/hosted"
125125
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:benchmarks;commands:format-command_0-command_2-analyze_0"
@@ -134,7 +134,7 @@ jobs:
134134
sdk: dev
135135
- id: checkout
136136
name: Checkout repository
137-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
137+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
138138
- id: benchmarks_pub_upgrade
139139
name: benchmarks; dart pub upgrade
140140
run: dart pub upgrade
@@ -161,7 +161,7 @@ jobs:
161161
runs-on: ubuntu-latest
162162
steps:
163163
- name: Cache Pub hosted dependencies
164-
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
164+
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
165165
with:
166166
path: "~/.pub-cache/hosted"
167167
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:protobuf;commands:format-analyze_0"
@@ -176,7 +176,7 @@ jobs:
176176
sdk: dev
177177
- id: checkout
178178
name: Checkout repository
179-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
179+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
180180
- id: protobuf_pub_upgrade
181181
name: protobuf; dart pub upgrade
182182
run: dart pub upgrade
@@ -195,7 +195,7 @@ jobs:
195195
runs-on: ubuntu-latest
196196
steps:
197197
- name: Cache Pub hosted dependencies
198-
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
198+
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
199199
with:
200200
path: "~/.pub-cache/hosted"
201201
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:protoc_plugin;commands:format-command_0-command_3-analyze_0"
@@ -210,7 +210,7 @@ jobs:
210210
sdk: dev
211211
- id: checkout
212212
name: Checkout repository
213-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
213+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
214214
- id: protoc_plugin_pub_upgrade
215215
name: protoc_plugin; dart pub upgrade
216216
run: dart pub upgrade
@@ -237,7 +237,7 @@ jobs:
237237
runs-on: ubuntu-latest
238238
steps:
239239
- name: Cache Pub hosted dependencies
240-
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
240+
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
241241
with:
242242
path: "~/.pub-cache/hosted"
243243
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.12.0;packages:protobuf;commands:test"
@@ -252,7 +252,7 @@ jobs:
252252
sdk: "2.12.0"
253253
- id: checkout
254254
name: Checkout repository
255-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
255+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
256256
- id: protobuf_pub_upgrade
257257
name: protobuf; dart pub upgrade
258258
run: dart pub upgrade
@@ -274,7 +274,7 @@ jobs:
274274
runs-on: ubuntu-latest
275275
steps:
276276
- name: Cache Pub hosted dependencies
277-
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
277+
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
278278
with:
279279
path: "~/.pub-cache/hosted"
280280
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.12.0;packages:protoc_plugin;commands:command_0-command_3-test"
@@ -289,7 +289,7 @@ jobs:
289289
sdk: "2.12.0"
290290
- id: checkout
291291
name: Checkout repository
292-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
292+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
293293
- id: protoc_plugin_pub_upgrade
294294
name: protoc_plugin; dart pub upgrade
295295
run: dart pub upgrade
@@ -319,7 +319,7 @@ jobs:
319319
runs-on: ubuntu-latest
320320
steps:
321321
- name: Cache Pub hosted dependencies
322-
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
322+
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
323323
with:
324324
path: "~/.pub-cache/hosted"
325325
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:protobuf;commands:test"
@@ -334,7 +334,7 @@ jobs:
334334
sdk: dev
335335
- id: checkout
336336
name: Checkout repository
337-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
337+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
338338
- id: protobuf_pub_upgrade
339339
name: protobuf; dart pub upgrade
340340
run: dart pub upgrade
@@ -356,7 +356,7 @@ jobs:
356356
runs-on: ubuntu-latest
357357
steps:
358358
- name: Cache Pub hosted dependencies
359-
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
359+
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
360360
with:
361361
path: "~/.pub-cache/hosted"
362362
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:protoc_plugin;commands:command_0-command_3-test"
@@ -371,7 +371,7 @@ jobs:
371371
sdk: dev
372372
- id: checkout
373373
name: Checkout repository
374-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
374+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
375375
- id: protoc_plugin_pub_upgrade
376376
name: protoc_plugin; dart pub upgrade
377377
run: dart pub upgrade
@@ -401,7 +401,7 @@ jobs:
401401
runs-on: macos-latest
402402
steps:
403403
- name: Cache Pub hosted dependencies
404-
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
404+
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
405405
with:
406406
path: "~/.pub-cache/hosted"
407407
key: "os:macos-latest;pub-cache-hosted;sdk:2.12.0;packages:protobuf;commands:test"
@@ -416,7 +416,7 @@ jobs:
416416
sdk: "2.12.0"
417417
- id: checkout
418418
name: Checkout repository
419-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
419+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
420420
- id: protobuf_pub_upgrade
421421
name: protobuf; dart pub upgrade
422422
run: dart pub upgrade
@@ -438,7 +438,7 @@ jobs:
438438
runs-on: macos-latest
439439
steps:
440440
- name: Cache Pub hosted dependencies
441-
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
441+
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
442442
with:
443443
path: "~/.pub-cache/hosted"
444444
key: "os:macos-latest;pub-cache-hosted;sdk:dev;packages:protobuf;commands:test"
@@ -453,7 +453,7 @@ jobs:
453453
sdk: dev
454454
- id: checkout
455455
name: Checkout repository
456-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
456+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
457457
- id: protobuf_pub_upgrade
458458
name: protobuf; dart pub upgrade
459459
run: dart pub upgrade
@@ -480,7 +480,7 @@ jobs:
480480
sdk: "2.12.0"
481481
- id: checkout
482482
name: Checkout repository
483-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
483+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
484484
- id: protobuf_pub_upgrade
485485
name: protobuf; dart pub upgrade
486486
run: dart pub upgrade
@@ -507,7 +507,7 @@ jobs:
507507
sdk: dev
508508
- id: checkout
509509
name: Checkout repository
510-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
510+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
511511
- id: protobuf_pub_upgrade
512512
name: protobuf; dart pub upgrade
513513
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.4.2
2+
# Created with package:mono_repo v6.4.3
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)