File tree Expand file tree Collapse file tree 3 files changed +4
-13
lines changed Expand file tree Collapse file tree 3 files changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -26,21 +26,12 @@ jobs:
2626# os: ubuntu-latest
2727# arch: x64
2828 steps :
29- - uses : actions/checkout@v3
29+ - uses : actions/checkout@v4
3030 - uses : julia-actions/setup-julia@v1
3131 with :
3232 version : ${{ matrix.version }}
3333 arch : ${{ matrix.arch }}
34- - uses : actions/cache@v1
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 }}-
34+ - uses : julia-actions/cache@v1
4435 - uses : julia-actions/julia-buildpkg@v1
4536 - uses : julia-actions/julia-runtest@v1
4637 with :
Original file line number Diff line number Diff line change 1212 # Fix for Plots with GR backend, see https://github.com/JuliaPolyhedra/Polyhedra.jl/pull/265
1313 GKSwstype : nul
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v4
1616 - uses : julia-actions/setup-julia@latest
1717 with :
1818 # Build documentation on the latest Julia 1.x
Original file line number Diff line number Diff line change 1414 - uses : julia-actions/setup-julia@latest
1515 with :
1616 version : ' 1'
17- - uses : actions/checkout@v1
17+ - uses : actions/checkout@v4
1818 - name : Format check
1919 shell : julia --color=yes {0}
2020 run : |
You can’t perform that action at this time.
0 commit comments