Skip to content

Commit 21abc77

Browse files
authored
Merge pull request #202 from gridap/dependabot/github_actions/julia-actions/cache-3
Bump julia-actions/cache from 2 to 3
2 parents e77ae7d + d286791 commit 21abc77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
version: ${{ matrix.version }}
4040
arch: ${{ matrix.arch }}
41-
- uses: julia-actions/cache@v2
41+
- uses: julia-actions/cache@v3
4242
- uses: julia-actions/julia-buildpkg@v1
4343
- run: |
4444
cd test/
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
version: ${{ matrix.version }}
6363
arch: ${{ matrix.arch }}
64-
- uses: julia-actions/cache@v2
64+
- uses: julia-actions/cache@v3
6565
- uses: julia-actions/julia-buildpkg@v1
6666
- run: |
6767
cd test/

0 commit comments

Comments
 (0)