|
61 | 61 | with:
|
62 | 62 | arch: ${{ matrix.julia_arch }}
|
63 | 63 | version: ${{ matrix.julia_version }}
|
64 |
| - - uses: julia-actions/cache@v1 |
| 64 | + - uses: julia-actions/cache@v2 |
65 | 65 |
|
66 | 66 | - name: add MPIPreferences
|
67 | 67 | shell: julia --color=yes --project=. {0}
|
@@ -113,7 +113,7 @@ jobs:
|
113 | 113 | with:
|
114 | 114 | arch: ${{ matrix.julia_arch }}
|
115 | 115 | version: ${{ matrix.julia_version }}
|
116 |
| - - uses: julia-actions/cache@v1 |
| 116 | + - uses: julia-actions/cache@v2 |
117 | 117 |
|
118 | 118 | - name: add MPIPreferences
|
119 | 119 | shell: julia --color=yes --project=. {0}
|
@@ -173,7 +173,7 @@ jobs:
|
173 | 173 | version: ${{ matrix.julia_version }}
|
174 | 174 | arch: ${{ matrix.julia_arch }}
|
175 | 175 |
|
176 |
| - - uses: julia-actions/cache@v1 |
| 176 | + - uses: julia-actions/cache@v2 |
177 | 177 | - name: add MPIPreferences
|
178 | 178 | shell: julia --color=yes --project=. {0}
|
179 | 179 | run: |
|
@@ -228,7 +228,7 @@ jobs:
|
228 | 228 | with:
|
229 | 229 | version: ${{ matrix.julia_version }}
|
230 | 230 |
|
231 |
| - - uses: julia-actions/cache@v1 |
| 231 | + - uses: julia-actions/cache@v2 |
232 | 232 | - name: add MPIPreferences
|
233 | 233 | shell: julia --color=yes --project=. {0}
|
234 | 234 | run: |
|
@@ -271,7 +271,7 @@ jobs:
|
271 | 271 | with:
|
272 | 272 | version: "1"
|
273 | 273 |
|
274 |
| - - uses: julia-actions/cache@v1 |
| 274 | + - uses: julia-actions/cache@v2 |
275 | 275 | - name: add MPIPreferences
|
276 | 276 | shell: julia --color=yes --project=. {0}
|
277 | 277 | run: |
|
@@ -314,7 +314,7 @@ jobs:
|
314 | 314 | with:
|
315 | 315 | version: ${{ matrix.julia_version }}
|
316 | 316 |
|
317 |
| - - uses: julia-actions/cache@v1 |
| 317 | + - uses: julia-actions/cache@v2 |
318 | 318 | - name: add MPIPreferences
|
319 | 319 | shell: julia --color=yes --project=. {0}
|
320 | 320 | run: |
|
@@ -370,7 +370,7 @@ jobs:
|
370 | 370 | with:
|
371 | 371 | version: ${{ matrix.julia_version }}
|
372 | 372 |
|
373 |
| - - uses: julia-actions/cache@v1 |
| 373 | + - uses: julia-actions/cache@v2 |
374 | 374 |
|
375 | 375 | - name: add MPIPreferences
|
376 | 376 | shell: julia --color=yes --project=. {0}
|
@@ -443,7 +443,7 @@ jobs:
|
443 | 443 | with:
|
444 | 444 | version: ${{ matrix.julia_version }}
|
445 | 445 |
|
446 |
| - - uses: julia-actions/cache@v1 |
| 446 | + - uses: julia-actions/cache@v2 |
447 | 447 |
|
448 | 448 | - name: add MPIPreferences
|
449 | 449 | shell: julia --color=yes --project=. {0}
|
@@ -510,7 +510,7 @@ jobs:
|
510 | 510 | with:
|
511 | 511 | version: ${{ matrix.julia_version }}
|
512 | 512 |
|
513 |
| - - uses: julia-actions/cache@v1 |
| 513 | + - uses: julia-actions/cache@v2 |
514 | 514 |
|
515 | 515 | - name: add MPIPreferences
|
516 | 516 | shell: julia --color=yes --project=. {0}
|
@@ -562,7 +562,7 @@ jobs:
|
562 | 562 | with:
|
563 | 563 | version: "1"
|
564 | 564 |
|
565 |
| - - uses: julia-actions/cache@v1 |
| 565 | + - uses: julia-actions/cache@v2 |
566 | 566 | - name: add MPIPreferences
|
567 | 567 | shell: julia --color=yes --project=. {0}
|
568 | 568 | run: |
|
@@ -611,7 +611,7 @@ jobs:
|
611 | 611 | with:
|
612 | 612 | version: "1"
|
613 | 613 |
|
614 |
| - - uses: julia-actions/cache@v1 |
| 614 | + - uses: julia-actions/cache@v2 |
615 | 615 | - name: add MPIPreferences
|
616 | 616 | shell: julia --color=yes --project=. {0}
|
617 | 617 | run: |
|
|
0 commit comments