|
21 | 21 | runs-on: ubuntu-latest
|
22 | 22 | steps:
|
23 | 23 | - name: Cache Pub hosted dependencies
|
24 |
| - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 24 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
25 | 25 | with:
|
26 | 26 | path: "~/.pub-cache/hosted"
|
27 | 27 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable"
|
|
44 | 44 | runs-on: ubuntu-latest
|
45 | 45 | steps:
|
46 | 46 | - name: Cache Pub hosted dependencies
|
47 |
| - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 47 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
48 | 48 | with:
|
49 | 49 | path: "~/.pub-cache/hosted"
|
50 | 50 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable;commands:analyze_1"
|
@@ -110,7 +110,7 @@ jobs:
|
110 | 110 | runs-on: ubuntu-latest
|
111 | 111 | steps:
|
112 | 112 | - name: Cache Pub hosted dependencies
|
113 |
| - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 113 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
114 | 114 | with:
|
115 | 115 | path: "~/.pub-cache/hosted"
|
116 | 116 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable;commands:format-analyze_0"
|
@@ -196,7 +196,7 @@ jobs:
|
196 | 196 | runs-on: ubuntu-latest
|
197 | 197 | steps:
|
198 | 198 | - name: Cache Pub hosted dependencies
|
199 |
| - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 199 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
200 | 200 | with:
|
201 | 201 | path: "~/.pub-cache/hosted"
|
202 | 202 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
|
@@ -257,7 +257,7 @@ jobs:
|
257 | 257 | runs-on: ubuntu-latest
|
258 | 258 | steps:
|
259 | 259 | - name: Cache Pub hosted dependencies
|
260 |
| - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 260 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
261 | 261 | with:
|
262 | 262 | path: "~/.pub-cache/hosted"
|
263 | 263 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:json_serializable;commands:test_3"
|
@@ -291,7 +291,7 @@ jobs:
|
291 | 291 | runs-on: ubuntu-latest
|
292 | 292 | steps:
|
293 | 293 | - name: Cache Pub hosted dependencies
|
294 |
| - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 294 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
295 | 295 | with:
|
296 | 296 | path: "~/.pub-cache/hosted"
|
297 | 297 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:json_serializable;commands:test_1"
|
@@ -325,7 +325,7 @@ jobs:
|
325 | 325 | runs-on: ubuntu-latest
|
326 | 326 | steps:
|
327 | 327 | - name: Cache Pub hosted dependencies
|
328 |
| - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 328 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
329 | 329 | with:
|
330 | 330 | path: "~/.pub-cache/hosted"
|
331 | 331 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:json_serializable;commands:test_2"
|
@@ -359,7 +359,7 @@ jobs:
|
359 | 359 | runs-on: ubuntu-latest
|
360 | 360 | steps:
|
361 | 361 | - name: Cache Pub hosted dependencies
|
362 |
| - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 362 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
363 | 363 | with:
|
364 | 364 | path: "~/.pub-cache/hosted"
|
365 | 365 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
|
@@ -420,7 +420,7 @@ jobs:
|
420 | 420 | runs-on: ubuntu-latest
|
421 | 421 | steps:
|
422 | 422 | - name: Cache Pub hosted dependencies
|
423 |
| - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 423 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
424 | 424 | with:
|
425 | 425 | path: "~/.pub-cache/hosted"
|
426 | 426 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_3"
|
@@ -454,7 +454,7 @@ jobs:
|
454 | 454 | runs-on: ubuntu-latest
|
455 | 455 | steps:
|
456 | 456 | - name: Cache Pub hosted dependencies
|
457 |
| - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 457 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
458 | 458 | with:
|
459 | 459 | path: "~/.pub-cache/hosted"
|
460 | 460 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_1"
|
@@ -488,7 +488,7 @@ jobs:
|
488 | 488 | runs-on: ubuntu-latest
|
489 | 489 | steps:
|
490 | 490 | - name: Cache Pub hosted dependencies
|
491 |
| - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 491 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
492 | 492 | with:
|
493 | 493 | path: "~/.pub-cache/hosted"
|
494 | 494 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_2"
|
@@ -522,7 +522,7 @@ jobs:
|
522 | 522 | runs-on: ubuntu-latest
|
523 | 523 | steps:
|
524 | 524 | - name: Cache Pub hosted dependencies
|
525 |
| - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 525 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
526 | 526 | with:
|
527 | 527 | path: "~/.pub-cache/hosted"
|
528 | 528 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:_test_yaml-checked_yaml-example;commands:test_1"
|
@@ -582,7 +582,7 @@ jobs:
|
582 | 582 | runs-on: ubuntu-latest
|
583 | 583 | steps:
|
584 | 584 | - name: Cache Pub hosted dependencies
|
585 |
| - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 585 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
586 | 586 | with:
|
587 | 587 | path: "~/.pub-cache/hosted"
|
588 | 588 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example;commands:test_1"
|
|
0 commit comments