File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,31 +13,20 @@ jobs:
1313 fail-fast : false
1414 matrix :
1515 version :
16- - ' 1.0 '
16+ - ' 1.6 '
1717 - ' 1'
18- - ' nightly'
1918 os :
2019 - ubuntu-latest
21- - macOS-latest
2220 - windows-latest
2321 arch :
2422 - x64
2523 steps :
26- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v6
2725 - uses : julia-actions/setup-julia@v2
2826 with :
2927 version : ${{ matrix.version }}
3028 arch : ${{ matrix.arch }}
31- - uses : actions/cache@v5
32- env :
33- cache-name : cache-artifacts
34- with :
35- path : ~/.julia/artifacts
36- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
37- restore-keys : |
38- ${{ runner.os }}-test-${{ env.cache-name }}-
39- ${{ runner.os }}-test-
40- ${{ runner.os }}-
29+ - uses : julia-actions/cache@v1
4130 - uses : julia-actions/julia-buildpkg@v1
4231 - uses : julia-actions/julia-runtest@v1
4332 - uses : julia-actions/julia-processcoverage@v1
Original file line number Diff line number Diff line change 1010 name : Documentation
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v6
1414 - uses : julia-actions/julia-buildpkg@latest
1515 - uses : julia-actions/julia-docdeploy@latest
1616 env :
You can’t perform that action at this time.
0 commit comments