File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 53
53
steps :
54
54
55
55
- name : Checkout
56
- uses : actions/checkout@v3
56
+ uses : actions/checkout@v4
57
57
58
58
- name : Setup MPI
59
59
id : setup-mpi
@@ -125,7 +125,7 @@ jobs:
125
125
steps :
126
126
127
127
- name : Checkout
128
- uses : actions/checkout@v3
128
+ uses : actions/checkout@v4
129
129
130
130
- name : Setup MPICH
131
131
id : setup1
@@ -163,7 +163,7 @@ jobs:
163
163
steps :
164
164
165
165
- name : Checkout
166
- uses : actions/checkout@v3
166
+ uses : actions/checkout@v4
167
167
168
168
- name : Setup MPICH
169
169
id : setup1
@@ -194,7 +194,7 @@ jobs:
194
194
steps :
195
195
196
196
- name : Checkout
197
- uses : actions/checkout@v3
197
+ uses : actions/checkout@v4
198
198
199
199
- name : Setup MPICH
200
200
id : setup1
@@ -236,7 +236,7 @@ jobs:
236
236
steps :
237
237
238
238
- name : Checkout
239
- uses : actions/checkout@v3
239
+ uses : actions/checkout@v4
240
240
241
241
- name : Setup Intel MPI
242
242
id : setup1
You can’t perform that action at this time.
0 commit comments