21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Cache Pub hosted dependencies
24
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
24
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
25
25
with :
26
26
path : " ~/.pub-cache/hosted"
27
27
key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable"
34
34
sdk : stable
35
35
- id : checkout
36
36
name : Checkout repository
37
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
37
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
38
38
- name : mono_repo self validate
39
39
run : dart pub global activate mono_repo 6.6.2
40
40
- name : mono_repo self validate
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- name : Cache Pub hosted dependencies
47
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
47
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
48
48
with :
49
49
path : " ~/.pub-cache/hosted"
50
50
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.7.0;packages:source_gen;commands:analyze_1"
59
59
sdk : " 3.7.0"
60
60
- id : checkout
61
61
name : Checkout repository
62
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
62
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
63
63
- id : source_gen_pub_upgrade
64
64
name : source_gen; dart pub upgrade
65
65
run : dart pub upgrade
74
74
runs-on : ubuntu-latest
75
75
steps :
76
76
- name : Cache Pub hosted dependencies
77
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
77
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
78
78
with :
79
79
path : " ~/.pub-cache/hosted"
80
80
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_annotations-example-example_usage-source_gen;commands:format-analyze_0"
89
89
sdk : dev
90
90
- id : checkout
91
91
name : Checkout repository
92
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
92
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
93
93
- id : _test_annotations_pub_upgrade
94
94
name : _test_annotations; dart pub upgrade
95
95
run : dart pub upgrade
@@ -147,7 +147,7 @@ jobs:
147
147
runs-on : ubuntu-latest
148
148
steps :
149
149
- name : Cache Pub hosted dependencies
150
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
150
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
151
151
with :
152
152
path : " ~/.pub-cache/hosted"
153
153
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.7.0;packages:example_usage;commands:test_0"
@@ -162,7 +162,7 @@ jobs:
162
162
sdk : " 3.7.0"
163
163
- id : checkout
164
164
name : Checkout repository
165
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
165
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
166
166
- id : example_usage_pub_upgrade
167
167
name : example_usage; dart pub upgrade
168
168
run : dart pub upgrade
@@ -181,7 +181,7 @@ jobs:
181
181
runs-on : ubuntu-latest
182
182
steps :
183
183
- name : Cache Pub hosted dependencies
184
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
184
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
185
185
with :
186
186
path : " ~/.pub-cache/hosted"
187
187
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.7.0;packages:source_gen;commands:test_1"
@@ -196,7 +196,7 @@ jobs:
196
196
sdk : " 3.7.0"
197
197
- id : checkout
198
198
name : Checkout repository
199
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
199
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
200
200
- id : source_gen_pub_upgrade
201
201
name : source_gen; dart pub upgrade
202
202
run : dart pub upgrade
@@ -215,7 +215,7 @@ jobs:
215
215
runs-on : ubuntu-latest
216
216
steps :
217
217
- name : Cache Pub hosted dependencies
218
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
218
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
219
219
with :
220
220
path : " ~/.pub-cache/hosted"
221
221
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:example_usage;commands:test_0"
@@ -230,7 +230,7 @@ jobs:
230
230
sdk : dev
231
231
- id : checkout
232
232
name : Checkout repository
233
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
233
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
234
234
- id : example_usage_pub_upgrade
235
235
name : example_usage; dart pub upgrade
236
236
run : dart pub upgrade
@@ -249,7 +249,7 @@ jobs:
249
249
runs-on : ubuntu-latest
250
250
steps :
251
251
- name : Cache Pub hosted dependencies
252
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
252
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
253
253
with :
254
254
path : " ~/.pub-cache/hosted"
255
255
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:source_gen;commands:test_1"
@@ -264,7 +264,7 @@ jobs:
264
264
sdk : dev
265
265
- id : checkout
266
266
name : Checkout repository
267
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
267
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
268
268
- id : source_gen_pub_upgrade
269
269
name : source_gen; dart pub upgrade
270
270
run : dart pub upgrade
@@ -288,7 +288,7 @@ jobs:
288
288
sdk : " 3.7.0"
289
289
- id : checkout
290
290
name : Checkout repository
291
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
291
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
292
292
- id : source_gen_pub_upgrade
293
293
name : source_gen; dart pub upgrade
294
294
run : dart pub upgrade
@@ -312,7 +312,7 @@ jobs:
312
312
sdk : dev
313
313
- id : checkout
314
314
name : Checkout repository
315
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
315
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
316
316
- id : source_gen_pub_upgrade
317
317
name : source_gen; dart pub upgrade
318
318
run : dart pub upgrade
0 commit comments