|
20 | 20 | runs-on: ubuntu-latest
|
21 | 21 | steps:
|
22 | 22 | - name: Cache Pub hosted dependencies
|
23 |
| - uses: actions/cache@v2 |
| 23 | + uses: actions/cache@v2.1.5 |
24 | 24 | with:
|
25 | 25 | path: "~/.pub-cache/hosted"
|
26 | 26 | key: "os:ubuntu-latest;pub-cache-hosted;dart:dev;packages:mono_repo;commands:command"
|
|
48 | 48 | runs-on: ubuntu-latest
|
49 | 49 | steps:
|
50 | 50 | - name: Cache Pub hosted dependencies
|
51 |
| - uses: actions/cache@v2 |
| 51 | + uses: actions/cache@v2.1.5 |
52 | 52 | with:
|
53 | 53 | path: "~/.pub-cache/hosted"
|
54 | 54 | key: "os:ubuntu-latest;pub-cache-hosted;dart:dev;packages:mono_repo-test_pkg;commands:dartfmt-dartanalyzer_0"
|
|
93 | 93 | runs-on: ubuntu-latest
|
94 | 94 | steps:
|
95 | 95 | - name: Cache Pub hosted dependencies
|
96 |
| - uses: actions/cache@v2 |
| 96 | + uses: actions/cache@v2.1.5 |
97 | 97 | with:
|
98 | 98 | path: "~/.pub-cache/hosted"
|
99 | 99 | key: "os:ubuntu-latest;pub-cache-hosted;dart:2.12.0;packages:mono_repo;commands:dartanalyzer_1"
|
@@ -121,7 +121,7 @@ jobs:
|
121 | 121 | runs-on: ubuntu-latest
|
122 | 122 | steps:
|
123 | 123 | - name: Cache Pub hosted dependencies
|
124 |
| - uses: actions/cache@v2 |
| 124 | + uses: actions/cache@v2.1.5 |
125 | 125 | with:
|
126 | 126 | path: "~/.pub-cache/hosted"
|
127 | 127 | key: "os:ubuntu-latest;pub-cache-hosted;dart:2.10.4;packages:test_pkg;commands:dartfmt-dartanalyzer_0"
|
@@ -153,7 +153,7 @@ jobs:
|
153 | 153 | runs-on: ubuntu-latest
|
154 | 154 | steps:
|
155 | 155 | - name: Cache Pub hosted dependencies
|
156 |
| - uses: actions/cache@v2 |
| 156 | + uses: actions/cache@v2.1.5 |
157 | 157 | with:
|
158 | 158 | path: "~/.pub-cache/hosted"
|
159 | 159 | key: "os:ubuntu-latest;pub-cache-hosted;dart:2.12.0-0.0.dev;packages:test_pkg;commands:dartfmt-dartanalyzer_0"
|
@@ -185,7 +185,7 @@ jobs:
|
185 | 185 | runs-on: ubuntu-latest
|
186 | 186 | steps:
|
187 | 187 | - name: Cache Pub hosted dependencies
|
188 |
| - uses: actions/cache@v2 |
| 188 | + uses: actions/cache@v2.1.5 |
189 | 189 | with:
|
190 | 190 | path: "~/.pub-cache/hosted"
|
191 | 191 | key: "os:ubuntu-latest;pub-cache-hosted;dart:2.12.0-29.10.beta;packages:test_pkg;commands:dartfmt-dartanalyzer_0"
|
@@ -217,7 +217,7 @@ jobs:
|
217 | 217 | runs-on: ubuntu-latest
|
218 | 218 | steps:
|
219 | 219 | - name: Cache Pub hosted dependencies
|
220 |
| - uses: actions/cache@v2 |
| 220 | + uses: actions/cache@v2.1.5 |
221 | 221 | with:
|
222 | 222 | path: "~/.pub-cache/hosted"
|
223 | 223 | key: "os:ubuntu-latest;pub-cache-hosted;dart:beta;packages:test_pkg;commands:dartfmt-dartanalyzer_0"
|
@@ -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@v2 |
| 252 | + uses: actions/cache@v2.1.5 |
253 | 253 | with:
|
254 | 254 | path: "~/.pub-cache/hosted"
|
255 | 255 | key: "os:ubuntu-latest;pub-cache-hosted;dart:main;packages:test_pkg;commands:dartfmt-dartanalyzer_0"
|
@@ -281,7 +281,7 @@ jobs:
|
281 | 281 | runs-on: ubuntu-latest
|
282 | 282 | steps:
|
283 | 283 | - name: Cache Pub hosted dependencies
|
284 |
| - uses: actions/cache@v2 |
| 284 | + uses: actions/cache@v2.1.5 |
285 | 285 | with:
|
286 | 286 | path: "~/.pub-cache/hosted"
|
287 | 287 | key: "os:ubuntu-latest;pub-cache-hosted;dart:stable;packages:test_pkg;commands:dartfmt-dartanalyzer_0"
|
@@ -313,7 +313,7 @@ jobs:
|
313 | 313 | runs-on: ubuntu-latest
|
314 | 314 | steps:
|
315 | 315 | - name: Cache Pub hosted dependencies
|
316 |
| - uses: actions/cache@v2 |
| 316 | + uses: actions/cache@v2.1.5 |
317 | 317 | with:
|
318 | 318 | path: "~/.pub-cache/hosted"
|
319 | 319 | key: "os:ubuntu-latest;pub-cache-hosted;dart:2.12.0;packages:mono_repo;commands:test_0"
|
@@ -379,7 +379,7 @@ jobs:
|
379 | 379 | runs-on: ubuntu-latest
|
380 | 380 | steps:
|
381 | 381 | - name: Cache Pub hosted dependencies
|
382 |
| - uses: actions/cache@v2 |
| 382 | + uses: actions/cache@v2.1.5 |
383 | 383 | with:
|
384 | 384 | path: "~/.pub-cache/hosted"
|
385 | 385 | key: "os:ubuntu-latest;pub-cache-hosted;dart:dev;packages:mono_repo;commands:test_0"
|
@@ -445,7 +445,7 @@ jobs:
|
445 | 445 | runs-on: ubuntu-latest
|
446 | 446 | steps:
|
447 | 447 | - name: Cache Pub hosted dependencies
|
448 |
| - uses: actions/cache@v2 |
| 448 | + uses: actions/cache@v2.1.5 |
449 | 449 | with:
|
450 | 450 | path: "~/.pub-cache/hosted"
|
451 | 451 | key: "os:ubuntu-latest;pub-cache-hosted;dart:2.12.0;packages:mono_repo;commands:test_1"
|
@@ -483,7 +483,7 @@ jobs:
|
483 | 483 | runs-on: ubuntu-latest
|
484 | 484 | steps:
|
485 | 485 | - name: Cache Pub hosted dependencies
|
486 |
| - uses: actions/cache@v2 |
| 486 | + uses: actions/cache@v2.1.5 |
487 | 487 | with:
|
488 | 488 | path: "~/.pub-cache/hosted"
|
489 | 489 | key: "os:ubuntu-latest;pub-cache-hosted;dart:dev;packages:mono_repo;commands:test_1"
|
@@ -521,7 +521,7 @@ jobs:
|
521 | 521 | runs-on: ubuntu-latest
|
522 | 522 | steps:
|
523 | 523 | - name: Cache Pub hosted dependencies
|
524 |
| - uses: actions/cache@v2 |
| 524 | + uses: actions/cache@v2.1.5 |
525 | 525 | with:
|
526 | 526 | path: "~/.pub-cache/hosted"
|
527 | 527 | key: "os:ubuntu-latest;pub-cache-hosted;dart:dev;packages:test_pkg;commands:test_2"
|
|
0 commit comments