Skip to content

Commit d123ff1

Browse files
Bump julia-actions/cache from 2 to 3 (#211)
1 parent c654438 commit d123ff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
version: ${{ matrix.version }}
3030
arch: ${{ matrix.arch }}
31-
- uses: julia-actions/cache@v2
31+
- uses: julia-actions/cache@v3
3232
- uses: julia-actions/julia-buildpkg@v1
3333
- uses: julia-actions/julia-runtest@v1
3434
with:
@@ -50,7 +50,7 @@ jobs:
5050
- uses: julia-actions/setup-julia@v2
5151
with:
5252
version: '1.11'
53-
- uses: julia-actions/cache@v2
53+
- uses: julia-actions/cache@v3
5454
- name: Install dependencies
5555
run: julia --project=docs/ -e 'using Pkg; Pkg.Registry.update(); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
5656
- name: Build and deploy

0 commit comments

Comments
 (0)