|
50 | 50 | - |
51 | 51 | name: Cache cake frosting |
52 | 52 | id: cache-cake |
53 | | - uses: actions/cache@v3.0.2 |
| 53 | + uses: actions/cache@v3.0.11 |
54 | 54 | with: |
55 | 55 | path: run |
56 | 56 | key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} |
@@ -83,14 +83,14 @@ jobs: |
83 | 83 | - |
84 | 84 | name: Use cached cake frosting |
85 | 85 | id: cache-cake |
86 | | - uses: actions/cache@v3.0.2 |
| 86 | + uses: actions/cache@v3.0.11 |
87 | 87 | with: |
88 | 88 | path: run |
89 | 89 | key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} |
90 | 90 | - |
91 | 91 | name: Use cached tools |
92 | 92 | id: cache-tools |
93 | | - uses: actions/cache@v3.0.2 |
| 93 | + uses: actions/cache@v3.0.11 |
94 | 94 | with: |
95 | 95 | path: tools |
96 | 96 | key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} |
@@ -147,14 +147,14 @@ jobs: |
147 | 147 | - |
148 | 148 | name: Use cached cake frosting |
149 | 149 | id: cache-cake |
150 | | - uses: actions/cache@v3.0.2 |
| 150 | + uses: actions/cache@v3.0.11 |
151 | 151 | with: |
152 | 152 | path: run |
153 | 153 | key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} |
154 | 154 | - |
155 | 155 | name: Use cached tools |
156 | 156 | id: cache-tools |
157 | | - uses: actions/cache@v3.0.2 |
| 157 | + uses: actions/cache@v3.0.11 |
158 | 158 | with: |
159 | 159 | path: tools |
160 | 160 | key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} |
@@ -194,14 +194,14 @@ jobs: |
194 | 194 | - |
195 | 195 | name: Use cached cake frosting |
196 | 196 | id: cache-cake |
197 | | - uses: actions/cache@v3.0.2 |
| 197 | + uses: actions/cache@v3.0.11 |
198 | 198 | with: |
199 | 199 | path: run |
200 | 200 | key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} |
201 | 201 | - |
202 | 202 | name: Use cached tools |
203 | 203 | id: cache-tools |
204 | | - uses: actions/cache@v3.0.2 |
| 204 | + uses: actions/cache@v3.0.11 |
205 | 205 | with: |
206 | 206 | path: tools |
207 | 207 | key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} |
@@ -241,14 +241,14 @@ jobs: |
241 | 241 | - |
242 | 242 | name: Use cached cake frosting |
243 | 243 | id: cache-cake |
244 | | - uses: actions/cache@v3.0.2 |
| 244 | + uses: actions/cache@v3.0.11 |
245 | 245 | with: |
246 | 246 | path: run |
247 | 247 | key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} |
248 | 248 | - |
249 | 249 | name: Use cached tools |
250 | 250 | id: cache-tools |
251 | | - uses: actions/cache@v3.0.2 |
| 251 | + uses: actions/cache@v3.0.11 |
252 | 252 | with: |
253 | 253 | path: tools |
254 | 254 | key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} |
@@ -306,14 +306,14 @@ jobs: |
306 | 306 | - |
307 | 307 | name: Use cached cake frosting |
308 | 308 | id: cache-cake |
309 | | - uses: actions/cache@v3.0.2 |
| 309 | + uses: actions/cache@v3.0.11 |
310 | 310 | with: |
311 | 311 | path: run |
312 | 312 | key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} |
313 | 313 | - |
314 | 314 | name: Use cached tools |
315 | 315 | id: cache-tools |
316 | | - uses: actions/cache@v3.0.2 |
| 316 | + uses: actions/cache@v3.0.11 |
317 | 317 | with: |
318 | 318 | path: tools |
319 | 319 | key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} |
@@ -405,14 +405,14 @@ jobs: |
405 | 405 | - |
406 | 406 | name: Use cached cake frosting |
407 | 407 | id: cache-cake |
408 | | - uses: actions/cache@v3.0.2 |
| 408 | + uses: actions/cache@v3.0.11 |
409 | 409 | with: |
410 | 410 | path: run |
411 | 411 | key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} |
412 | 412 | - |
413 | 413 | name: Use cached tools |
414 | 414 | id: cache-tools |
415 | | - uses: actions/cache@v3.0.2 |
| 415 | + uses: actions/cache@v3.0.11 |
416 | 416 | with: |
417 | 417 | path: tools |
418 | 418 | key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} |
@@ -448,14 +448,14 @@ jobs: |
448 | 448 | - |
449 | 449 | name: Use cached cake frosting |
450 | 450 | id: cache-cake |
451 | | - uses: actions/cache@v3.0.2 |
| 451 | + uses: actions/cache@v3.0.11 |
452 | 452 | with: |
453 | 453 | path: run |
454 | 454 | key: run-${{ runner.os }}-${{ hashFiles('./build/**') }} |
455 | 455 | - |
456 | 456 | name: Use cached tools |
457 | 457 | id: cache-tools |
458 | | - uses: actions/cache@v3.0.2 |
| 458 | + uses: actions/cache@v3.0.11 |
459 | 459 | with: |
460 | 460 | path: tools |
461 | 461 | key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }} |
|
0 commit comments