We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c654438 commit d123ff1Copy full SHA for d123ff1
.github/workflows/CI.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
version: ${{ matrix.version }}
30
arch: ${{ matrix.arch }}
31
- - uses: julia-actions/cache@v2
+ - uses: julia-actions/cache@v3
32
- uses: julia-actions/julia-buildpkg@v1
33
- uses: julia-actions/julia-runtest@v1
34
@@ -50,7 +50,7 @@ jobs:
50
- uses: julia-actions/setup-julia@v2
51
52
version: '1.11'
53
54
- name: Install dependencies
55
run: julia --project=docs/ -e 'using Pkg; Pkg.Registry.update(); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
56
- name: Build and deploy
0 commit comments