We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8f57b9 + 557271a commit 70430ceCopy full SHA for 70430ce
.github/workflows/CI.yml
@@ -36,7 +36,7 @@ jobs:
36
with:
37
version: ${{ matrix.version }}
38
arch: ${{ matrix.arch }}
39
- - uses: julia-actions/cache@v2
+ - uses: julia-actions/cache@v3
40
- uses: julia-actions/julia-buildpkg@v1
41
- uses: julia-actions/julia-runtest@v1
42
- uses: julia-actions/julia-processcoverage@v1
@@ -57,7 +57,7 @@ jobs:
57
- uses: julia-actions/setup-julia@v2
58
59
version: '1'
60
61
- name: Configure doc environment
62
shell: julia --project=docs --color=yes {0}
63
run: |
0 commit comments