File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 29
29
metis : metis
30
30
31
31
steps :
32
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@v3
33
33
34
34
- name : Update Packages
35
35
run : |
78
78
79
79
- name : Cache Build
80
80
id : cache-build
81
- uses : actions/cache@v2
81
+ uses : actions/cache@v3
82
82
with :
83
83
path : ${{env.CCACHE_DIR}}
84
84
key : ${{matrix.os}}-${{matrix.build_type}}-${{matrix.lib}}-${{matrix.components}}-${{matrix.gpu}}-${{matrix.metis}}-ccache-${{github.run_id}}
Original file line number Diff line number Diff line change 25
25
metis : metis
26
26
27
27
steps :
28
- - uses : actions/checkout@v2
28
+ - uses : actions/checkout@v3
29
29
30
30
- name : Setup Dependencies
31
31
run : >-
46
46
47
47
- name : Cache Build
48
48
id : cache-build
49
- uses : actions/cache@v2
49
+ uses : actions/cache@v3
50
50
with :
51
51
path : ${{env.CCACHE_DIR}}
52
52
key : ${{matrix.os}}-${{matrix.build_type}}-${{matrix.lib}}-${{matrix.components}}-${{matrix.metis}}-ccache-${{github.run_id}}
Original file line number Diff line number Diff line change 30
30
env : x86_64
31
31
32
32
steps :
33
- - uses : actions/checkout@v2
33
+ - uses : actions/checkout@v3
34
34
35
35
- name : Setup Dependencies
36
36
uses : msys2/setup-msys2@v2
63
63
64
64
- name : Cache Build
65
65
id : cache-build
66
- uses : actions/cache@v2
66
+ uses : actions/cache@v3
67
67
with :
68
68
path : ${{env.CCACHE_DIR}}
69
69
key : ${{runner.os}}-${{matrix.sys}}-${{matrix.env}}-${{matrix.build_type}}-${{matrix.lib}}-${{matrix.components}}-${{matrix.metis}}-ccache-${{github.run_id}}
@@ -131,7 +131,7 @@ jobs:
131
131
marker : vc17
132
132
133
133
steps :
134
- - uses : actions/checkout@v2
134
+ - uses : actions/checkout@v3
135
135
136
136
- name : Query Tags
137
137
run : |
@@ -153,7 +153,7 @@ jobs:
153
153
154
154
- name : Cache LAPACK
155
155
id : cache-lapack
156
- uses : actions/cache@v2
156
+ uses : actions/cache@v3
157
157
with :
158
158
path : |
159
159
${{env.CCACHE_DIR}}
@@ -187,7 +187,7 @@ jobs:
187
187
- name : Cache METIS
188
188
if : matrix.metis == 'metis'
189
189
id : cache-metis
190
- uses : actions/cache@v2
190
+ uses : actions/cache@v3
191
191
with :
192
192
path : metis/
193
193
key : ${{matrix.msvc}}-metis-5.1.1-${{matrix.build_type}}
You can’t perform that action at this time.
0 commit comments