Skip to content

Commit caf586b

Browse files
authored
Merge pull request #94 from VEZY/dependabot/github_actions/julia-actions/cache-3
Bump julia-actions/cache from 2 to 3
2 parents 1402d7e + 0016dab commit caf586b

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@v2
35+
- uses: julia-actions/cache@v3
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@v2
4848
with:
4949
version: "1"
50-
- uses: julia-actions/cache@v2
50+
- uses: julia-actions/cache@v3
5151
- name: Configure doc environment
5252
shell: julia --project=docs --color=yes {0}
5353
run: |

0 commit comments

Comments
 (0)