Skip to content

Commit 6a1b182

Browse files
Bump julia-actions/cache from 1 to 2 (#855)
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 2. - [Release notes](https://github.com/julia-actions/cache/releases) - [Changelog](https://github.com/julia-actions/cache/blob/main/devdocs/making_a_new_release.md) - [Commits](julia-actions/cache@v1...v2) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82497f2 commit 6a1b182

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: julia-actions/setup-julia@v1
3030
with:
3131
version: '1'
32-
- uses: julia-actions/cache@v1
32+
- uses: julia-actions/cache@v2
3333
- name: Install dependencies
3434
shell: julia --color=yes --project=docs/ {0}
3535
run: |

.github/workflows/UnitTests.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
arch: ${{ matrix.julia_arch }}
6363
version: ${{ matrix.julia_version }}
64-
- uses: julia-actions/cache@v1
64+
- uses: julia-actions/cache@v2
6565

6666
- name: add MPIPreferences
6767
shell: julia --color=yes --project=. {0}
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
arch: ${{ matrix.julia_arch }}
115115
version: ${{ matrix.julia_version }}
116-
- uses: julia-actions/cache@v1
116+
- uses: julia-actions/cache@v2
117117

118118
- name: add MPIPreferences
119119
shell: julia --color=yes --project=. {0}
@@ -173,7 +173,7 @@ jobs:
173173
version: ${{ matrix.julia_version }}
174174
arch: ${{ matrix.julia_arch }}
175175

176-
- uses: julia-actions/cache@v1
176+
- uses: julia-actions/cache@v2
177177
- name: add MPIPreferences
178178
shell: julia --color=yes --project=. {0}
179179
run: |
@@ -228,7 +228,7 @@ jobs:
228228
with:
229229
version: ${{ matrix.julia_version }}
230230

231-
- uses: julia-actions/cache@v1
231+
- uses: julia-actions/cache@v2
232232
- name: add MPIPreferences
233233
shell: julia --color=yes --project=. {0}
234234
run: |
@@ -271,7 +271,7 @@ jobs:
271271
with:
272272
version: "1"
273273

274-
- uses: julia-actions/cache@v1
274+
- uses: julia-actions/cache@v2
275275
- name: add MPIPreferences
276276
shell: julia --color=yes --project=. {0}
277277
run: |
@@ -314,7 +314,7 @@ jobs:
314314
with:
315315
version: ${{ matrix.julia_version }}
316316

317-
- uses: julia-actions/cache@v1
317+
- uses: julia-actions/cache@v2
318318
- name: add MPIPreferences
319319
shell: julia --color=yes --project=. {0}
320320
run: |
@@ -370,7 +370,7 @@ jobs:
370370
with:
371371
version: ${{ matrix.julia_version }}
372372

373-
- uses: julia-actions/cache@v1
373+
- uses: julia-actions/cache@v2
374374

375375
- name: add MPIPreferences
376376
shell: julia --color=yes --project=. {0}
@@ -443,7 +443,7 @@ jobs:
443443
with:
444444
version: ${{ matrix.julia_version }}
445445

446-
- uses: julia-actions/cache@v1
446+
- uses: julia-actions/cache@v2
447447

448448
- name: add MPIPreferences
449449
shell: julia --color=yes --project=. {0}
@@ -510,7 +510,7 @@ jobs:
510510
with:
511511
version: ${{ matrix.julia_version }}
512512

513-
- uses: julia-actions/cache@v1
513+
- uses: julia-actions/cache@v2
514514

515515
- name: add MPIPreferences
516516
shell: julia --color=yes --project=. {0}
@@ -562,7 +562,7 @@ jobs:
562562
with:
563563
version: "1"
564564

565-
- uses: julia-actions/cache@v1
565+
- uses: julia-actions/cache@v2
566566
- name: add MPIPreferences
567567
shell: julia --color=yes --project=. {0}
568568
run: |
@@ -611,7 +611,7 @@ jobs:
611611
with:
612612
version: "1"
613613

614-
- uses: julia-actions/cache@v1
614+
- uses: julia-actions/cache@v2
615615
- name: add MPIPreferences
616616
shell: julia --color=yes --project=. {0}
617617
run: |

0 commit comments

Comments
 (0)