Skip to content

Commit 4725356

Browse files
authored
Merge pull request #83 from VEZY/dependabot/github_actions/julia-actions/cache-2
Bump julia-actions/cache from 1 to 2
2 parents 1906498 + 0e3c2e9 commit 4725356

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
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
version: ${{ matrix.version }}
3434
arch: ${{ matrix.arch }}
35-
- uses: julia-actions/cache@v1
35+
- uses: julia-actions/cache@v2
3636
- uses: julia-actions/julia-buildpkg@v1
3737
- uses: julia-actions/julia-runtest@v1
3838
- uses: julia-actions/julia-processcoverage@v1
@@ -47,7 +47,7 @@ jobs:
4747
- uses: julia-actions/setup-julia@v1
4848
with:
4949
version: "1"
50-
- uses: julia-actions/cache@v1
50+
- uses: julia-actions/cache@v2
5151
- name: Configure doc environment
5252
shell: julia --project=docs --color=yes {0}
5353
run: |

0 commit comments

Comments
 (0)