Skip to content

Commit e71d9f4

Browse files
authored
Merge pull request #107 from gridap/dependabot/github_actions/julia-actions/cache-3
Bump julia-actions/cache from 2 to 3
2 parents 73940ef + 03fba5b commit e71d9f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
version: ${{ matrix.version }}
5050
arch: ${{ matrix.arch }}
51-
- uses: julia-actions/cache@v2
51+
- uses: julia-actions/cache@v3
5252
- uses: julia-actions/julia-buildpkg@v1
5353
- uses: julia-actions/julia-runtest@v1
5454
env:

.github/workflows/CI_libs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
version: ${{ matrix.version }}
9494
arch: ${{ matrix.arch }}
95-
- uses: julia-actions/cache@v2
95+
- uses: julia-actions/cache@v3
9696
- name: add MPIPreferences and external packages
9797
shell: julia --color=yes --project=. {0}
9898
run: |

0 commit comments

Comments
 (0)