We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 861a3c3 + fcf6211 commit 0f0b52bCopy full SHA for 0f0b52b
2 files changed
.github/workflows/CI.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
version: ${{ matrix.version }}
32
arch: ${{ matrix.arch }}
33
- - uses: julia-actions/cache@v2
+ - uses: julia-actions/cache@v3
34
35
cache-registries: "true"
36
cache-compiled: "true"
.github/workflows/documentation.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: julia-actions/setup-julia@v3
19
20
version: '1'
21
22
- name: Install dependencies
23
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
24
- name: Build and deploy without coverage
0 commit comments