We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664ce83 commit 0a6cc5cCopy full SHA for 0a6cc5c
.github/workflows/CI.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
version: ${{ matrix.version }}
30
arch: ${{ matrix.arch }}
31
- - uses: julia-actions/cache@v1
+ - uses: julia-actions/cache@v2
32
- uses: julia-actions/julia-buildpkg@v1
33
- uses: julia-actions/julia-runtest@v1
34
- uses: julia-actions/julia-processcoverage@v1
.github/workflows/Documenter.yml
@@ -26,7 +26,7 @@ jobs:
26
- uses: julia-actions/setup-julia@v2
27
version: '1'
- name: Configure doc environment
shell: julia --project=docs --color=yes {0}
run: |
0 commit comments