File tree Expand file tree Collapse file tree 5 files changed +7
-16
lines changed Expand file tree Collapse file tree 5 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 12
12
- uses : julia-actions/setup-julia@latest
13
13
with :
14
14
version : ' 1'
15
- - uses : actions/checkout@v1
15
+ - uses : actions/checkout@v4
16
16
- name : Aqua
17
17
shell : julia --color=yes {0}
18
18
run : |
Original file line number Diff line number Diff line change @@ -57,26 +57,17 @@ jobs:
57
57
arch : x86
58
58
moi_test_modules : ' Test;Utilities;Benchmarks'
59
59
steps :
60
- - uses : actions/checkout@v2
60
+ - uses : actions/checkout@v4
61
61
- uses : julia-actions/setup-julia@v1
62
62
with :
63
63
version : ${{ matrix.version }}
64
64
arch : ${{ matrix.arch }}
65
- - uses : actions/cache@v1
66
- env :
67
- cache-name : cache-artifacts
68
- with :
69
- path : ~/.julia/artifacts
70
- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
71
- restore-keys : |
72
- ${{ runner.os }}-test-${{ env.cache-name }}-
73
- ${{ runner.os }}-test-
74
- ${{ runner.os }}-
65
+ - uses : julia-actions/cache@v1
75
66
- uses : julia-actions/julia-buildpkg@v1
76
67
- uses : julia-actions/julia-runtest@v1
77
68
env :
78
69
MOI_TEST_MODULES : ${{ matrix.moi_test_modules }}
79
70
- uses : julia-actions/julia-processcoverage@v1
80
- - uses : codecov/codecov-action@v1
71
+ - uses : codecov/codecov-action@v3
81
72
with :
82
73
file : lcov.info
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout gh-pages branch
12
- uses : actions/checkout@v2
12
+ uses : actions/checkout@v4
13
13
with :
14
14
ref : gh-pages
15
15
- name : Delete preview and history + push changes
Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v4
13
13
- uses : julia-actions/setup-julia@latest
14
14
with :
15
15
# Build documentation on Julia 1.9
Original file line number Diff line number Diff line change 13
13
- uses : julia-actions/setup-julia@latest
14
14
with :
15
15
version : ' 1'
16
- - uses : actions/checkout@v1
16
+ - uses : actions/checkout@v4
17
17
- name : Format check
18
18
shell : julia --color=yes {0}
19
19
run : |
You can’t perform that action at this time.
0 commit comments