|
30 | 30 | with: |
31 | 31 | version:${{ matrix.julia-version }} |
32 | 32 | arch:${{ matrix.julia-arch }} |
33 | | - -name:Cache artifacts |
34 | | -uses:actions/cache@v4 |
35 | | -env: |
36 | | -cache-name:cache-artifacts |
37 | | -with: |
38 | | -path:~/.julia/artifacts |
39 | | -key:${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }} |
40 | | -restore-keys:| |
41 | | - ${{ runner.os }}-test-${{ env.cache-name }}- |
42 | | - ${{ runner.os }}-test- |
43 | | - ${{ runner.os }}- |
| 33 | + -uses:julia-actions/cache@v2 |
44 | 34 | -uses:julia-actions/julia-runtest@v1 |
45 | 35 | env: |
46 | 36 | SANDBOX_BUILD_LOCAL_SANDBOX:${{ matrix.build-local-sandbox }} |
|
56 | 46 | -uses:julia-actions/setup-julia@v1 |
57 | 47 | with: |
58 | 48 | version:"^1.7.0-0" |
59 | | - -name:Cache artifacts |
60 | | -uses:actions/cache@v4 |
61 | | -env: |
62 | | -cache-name:cache-artifacts |
63 | | -with: |
64 | | -path:~/.julia/artifacts |
65 | | -key:${{ runner.os }}-docs-${{ env.cache-name }}-${{ hashFiles('**/docs/Project.toml') }} |
66 | | -restore-keys:| |
67 | | - ${{ runner.os }}-docs-${{ env.cache-name }}- |
68 | | - ${{ runner.os }}-docs- |
69 | | - ${{ runner.os }}- |
| 49 | + -uses:julia-actions/cache@v2 |
70 | 50 | -uses:julia-actions/julia-docdeploy@releases/v1 |
71 | 51 | env: |
72 | 52 | DOCUMENTER_KEY:${{ secrets.DOCUMENTER_KEY }} |