We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88d8201 + 6d112f0 commit ac25506Copy full SHA for ac25506
1 file changed
.github/workflows/CI.yml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
version: ${{ matrix.version }}
36
arch: ${{ matrix.arch }}
37
- - uses: julia-actions/cache@v2
+ - uses: julia-actions/cache@v3
38
- uses: julia-actions/julia-buildpkg@v1
39
- uses: julia-actions/julia-runtest@v1
40
- uses: julia-actions/julia-processcoverage@v1
@@ -55,7 +55,7 @@ jobs:
55
- uses: julia-actions/setup-julia@v2
56
57
version: '1'
58
59
- name: Configure doc environment
60
shell: julia --project=docs --color=yes {0}
61
run: |
0 commit comments