We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1906498 + 0e3c2e9 commit 4725356Copy full SHA for 4725356
1 file changed
.github/workflows/CI.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
version: ${{ matrix.version }}
34
arch: ${{ matrix.arch }}
35
- - uses: julia-actions/cache@v1
+ - uses: julia-actions/cache@v2
36
- uses: julia-actions/julia-buildpkg@v1
37
- uses: julia-actions/julia-runtest@v1
38
- uses: julia-actions/julia-processcoverage@v1
@@ -47,7 +47,7 @@ jobs:
47
- uses: julia-actions/setup-julia@v1
48
49
version: "1"
50
51
- name: Configure doc environment
52
shell: julia --project=docs --color=yes {0}
53
run: |
0 commit comments