We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1402d7e + 0016dab commit caf586bCopy full SHA for caf586b
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@v2
+ - uses: julia-actions/cache@v3
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@v2
48
49
version: "1"
50
51
- name: Configure doc environment
52
shell: julia --project=docs --color=yes {0}
53
run: |
0 commit comments