File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 path : HiGHS
2323
2424 - name : Checkout METIS
25- uses : actions/checkout@v3
25+ uses : actions/checkout@v4
2626 with :
2727 repository : galabovaa/METIS
28- ref : 509 -w
28+ ref : 510 -w
2929 path : METIS
3030
3131 - name : Create installs dir
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 path : HiGHS
2424
2525 - name : Checkout METIS
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727 with :
2828 repository : galabovaa/METIS
29- ref : 509 -w
29+ ref : 510 -w
3030 path : METIS
3131
3232 - name : Create installs dir
Original file line number Diff line number Diff line change 1111 - uses : julia-actions/setup-julia@latest
1212 with :
1313 version : ' 1'
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - name : Install
1616 run : julia --project=. -e 'import Pkg; Pkg.instantiate()'
1717 - name : Repositories
You can’t perform that action at this time.
0 commit comments