We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f918f0 + 5d5b53c commit 2ee166aCopy full SHA for 2ee166a
.github/workflows/Documentation.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: julia-actions/setup-julia@latest
19
with:
20
version: '1'
21
- - uses: julia-actions/cache@v2
+ - uses: julia-actions/cache@v3
22
- name: Install dependencies
23
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
24
- name: Build and deploy
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
25
version: ${{ matrix.version }}
26
arch: ${{ matrix.arch }}
27
28
- uses: julia-actions/julia-buildpkg@latest
29
- uses: julia-actions/julia-runtest@latest
30
- uses: julia-actions/julia-processcoverage@latest
0 commit comments