|
21 | 21 | runs-on: ubuntu-latest |
22 | 22 | steps: |
23 | 23 | - name: Cache Pub hosted dependencies |
24 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 |
| 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" |
|
44 | 44 | runs-on: ubuntu-latest |
45 | 45 | steps: |
46 | 46 | - name: Cache Pub hosted dependencies |
47 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 |
| 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.3.0;packages:pkgs/shelf_packages_handler-pkgs/shelf_proxy-pkgs/shelf_router-pkgs/shelf_static;commands:analyze" |
@@ -101,7 +101,7 @@ jobs: |
101 | 101 | runs-on: ubuntu-latest |
102 | 102 | steps: |
103 | 103 | - name: Cache Pub hosted dependencies |
104 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 |
| 104 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 |
105 | 105 | with: |
106 | 106 | path: "~/.pub-cache/hosted" |
107 | 107 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.4.0;packages:pkgs/shelf;commands:analyze" |
@@ -131,7 +131,7 @@ jobs: |
131 | 131 | runs-on: ubuntu-latest |
132 | 132 | steps: |
133 | 133 | - name: Cache Pub hosted dependencies |
134 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 |
| 134 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 |
135 | 135 | with: |
136 | 136 | path: "~/.pub-cache/hosted" |
137 | 137 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:pkgs/shelf_test_handler-pkgs/shelf_web_socket;commands:analyze" |
@@ -170,7 +170,7 @@ jobs: |
170 | 170 | runs-on: ubuntu-latest |
171 | 171 | steps: |
172 | 172 | - name: Cache Pub hosted dependencies |
173 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 |
| 173 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 |
174 | 174 | with: |
175 | 175 | path: "~/.pub-cache/hosted" |
176 | 176 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.7.0;packages:pkgs/shelf_router_generator;commands:analyze" |
@@ -200,7 +200,7 @@ jobs: |
200 | 200 | runs-on: ubuntu-latest |
201 | 201 | steps: |
202 | 202 | - name: Cache Pub hosted dependencies |
203 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 |
| 203 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 |
204 | 204 | with: |
205 | 205 | path: "~/.pub-cache/hosted" |
206 | 206 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/shelf-pkgs/shelf_packages_handler-pkgs/shelf_proxy-pkgs/shelf_router-pkgs/shelf_router_generator-pkgs/shelf_static-pkgs/shelf_test_handler-pkgs/shelf_web_socket;commands:analyze" |
@@ -293,7 +293,7 @@ jobs: |
293 | 293 | runs-on: ubuntu-latest |
294 | 294 | steps: |
295 | 295 | - name: Cache Pub hosted dependencies |
296 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 |
| 296 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 |
297 | 297 | with: |
298 | 298 | path: "~/.pub-cache/hosted" |
299 | 299 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/shelf-pkgs/shelf_packages_handler-pkgs/shelf_proxy-pkgs/shelf_router-pkgs/shelf_router_generator-pkgs/shelf_static-pkgs/shelf_test_handler-pkgs/shelf_web_socket;commands:format" |
@@ -386,7 +386,7 @@ jobs: |
386 | 386 | runs-on: ubuntu-latest |
387 | 387 | steps: |
388 | 388 | - name: Cache Pub hosted dependencies |
389 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 |
| 389 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 |
390 | 390 | with: |
391 | 391 | path: "~/.pub-cache/hosted" |
392 | 392 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.3.0;packages:pkgs/shelf_packages_handler-pkgs/shelf_proxy-pkgs/shelf_router-pkgs/shelf_static;commands:test_0" |
@@ -451,7 +451,7 @@ jobs: |
451 | 451 | runs-on: ubuntu-latest |
452 | 452 | steps: |
453 | 453 | - name: Cache Pub hosted dependencies |
454 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 |
| 454 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 |
455 | 455 | with: |
456 | 456 | path: "~/.pub-cache/hosted" |
457 | 457 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.4.0;packages:pkgs/shelf;commands:test_1" |
@@ -489,7 +489,7 @@ jobs: |
489 | 489 | runs-on: ubuntu-latest |
490 | 490 | steps: |
491 | 491 | - name: Cache Pub hosted dependencies |
492 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 |
| 492 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 |
493 | 493 | with: |
494 | 494 | path: "~/.pub-cache/hosted" |
495 | 495 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.4.0;packages:pkgs/shelf;commands:test_0" |
@@ -527,7 +527,7 @@ jobs: |
527 | 527 | runs-on: ubuntu-latest |
528 | 528 | steps: |
529 | 529 | - name: Cache Pub hosted dependencies |
530 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 |
| 530 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 |
531 | 531 | with: |
532 | 532 | path: "~/.pub-cache/hosted" |
533 | 533 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:pkgs/shelf_test_handler;commands:test_1" |
@@ -565,7 +565,7 @@ jobs: |
565 | 565 | runs-on: ubuntu-latest |
566 | 566 | steps: |
567 | 567 | - name: Cache Pub hosted dependencies |
568 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 |
| 568 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 |
569 | 569 | with: |
570 | 570 | path: "~/.pub-cache/hosted" |
571 | 571 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:pkgs/shelf_test_handler-pkgs/shelf_web_socket;commands:test_0" |
@@ -612,7 +612,7 @@ jobs: |
612 | 612 | runs-on: ubuntu-latest |
613 | 613 | steps: |
614 | 614 | - name: Cache Pub hosted dependencies |
615 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 |
| 615 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 |
616 | 616 | with: |
617 | 617 | path: "~/.pub-cache/hosted" |
618 | 618 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.7.0;packages:pkgs/shelf_router_generator;commands:test_0" |
@@ -650,7 +650,7 @@ jobs: |
650 | 650 | runs-on: ubuntu-latest |
651 | 651 | steps: |
652 | 652 | - name: Cache Pub hosted dependencies |
653 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 |
| 653 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 |
654 | 654 | with: |
655 | 655 | path: "~/.pub-cache/hosted" |
656 | 656 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/shelf-pkgs/shelf_test_handler;commands:test_2" |
@@ -697,7 +697,7 @@ jobs: |
697 | 697 | runs-on: ubuntu-latest |
698 | 698 | steps: |
699 | 699 | - name: Cache Pub hosted dependencies |
700 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 |
| 700 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 |
701 | 701 | with: |
702 | 702 | path: "~/.pub-cache/hosted" |
703 | 703 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/shelf-pkgs/shelf_test_handler;commands:test_1" |
@@ -744,7 +744,7 @@ jobs: |
744 | 744 | runs-on: ubuntu-latest |
745 | 745 | steps: |
746 | 746 | - name: Cache Pub hosted dependencies |
747 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 |
| 747 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 |
748 | 748 | with: |
749 | 749 | path: "~/.pub-cache/hosted" |
750 | 750 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/shelf-pkgs/shelf_packages_handler-pkgs/shelf_proxy-pkgs/shelf_router-pkgs/shelf_router_generator-pkgs/shelf_static-pkgs/shelf_test_handler-pkgs/shelf_web_socket;commands:test_0" |
@@ -845,7 +845,7 @@ jobs: |
845 | 845 | runs-on: ubuntu-latest |
846 | 846 | steps: |
847 | 847 | - name: Cache Pub hosted dependencies |
848 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 |
| 848 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 |
849 | 849 | with: |
850 | 850 | path: "~/.pub-cache/hosted" |
851 | 851 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/shelf_router_generator;commands:test_3" |
|
0 commit comments