We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebb15ab + 8468b21 commit 1dbd897Copy full SHA for 1dbd897
1 file changed
.github/workflows/CI.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
version: ${{ matrix.version }}
39
arch: ${{ matrix.arch }}
40
- - uses: julia-actions/cache@v2
+ - uses: julia-actions/cache@v3
41
- uses: julia-actions/julia-buildpkg@v1
42
- uses: julia-actions/julia-runtest@v1
43
env:
@@ -58,7 +58,7 @@ jobs:
58
- uses: julia-actions/setup-julia@v2
59
60
version: "1"
61
62
- name: Configure doc environment
63
shell: julia --project=docs --color=yes {0}
64
run: |
0 commit comments