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