15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v4.1.1
18
+ uses : actions/checkout@v4
19
19
- name : Install clang-format
20
20
run : |
21
21
sudo apt-get update -y
@@ -40,13 +40,13 @@ jobs:
40
40
runs-on : ubuntu-latest
41
41
steps :
42
42
- name : Checkout
43
- uses : actions/checkout@v4.1.1
43
+ uses : actions/checkout@v4
44
44
- uses : ./.github/actions/build_cmake
45
45
linux-x86_64-AVX2-cmake :
46
46
runs-on : ubuntu-latest
47
47
steps :
48
48
- name : Checkout
49
- uses : actions/checkout@v4.1.1
49
+ uses : actions/checkout@v4
50
50
- uses : ./.github/actions/build_cmake
51
51
with :
52
52
opt_level : avx2
55
55
runs-on : ubuntu-latest
56
56
steps :
57
57
- name : Checkout
58
- uses : actions/checkout@v4.1.1
58
+ uses : actions/checkout@v4
59
59
- uses : ./.github/actions/build_cmake
60
60
with :
61
61
opt_level : avx512
@@ -64,15 +64,15 @@ jobs:
64
64
runs-on : 4-core-ubuntu-gpu-t4
65
65
steps :
66
66
- name : Checkout
67
- uses : actions/checkout@v4.1.1
67
+ uses : actions/checkout@v4
68
68
- uses : ./.github/actions/build_cmake
69
69
with :
70
70
gpu : ON
71
71
linux-x86_64-GPU-w-RAFT-cmake :
72
72
runs-on : 4-core-ubuntu-gpu-t4
73
73
steps :
74
74
- name : Checkout
75
- uses : actions/checkout@v4.1.1
75
+ uses : actions/checkout@v4
76
76
- uses : ./.github/actions/build_cmake
77
77
with :
78
78
gpu : ON
81
81
runs-on : ubuntu-latest
82
82
steps :
83
83
- name : Checkout
84
- uses : actions/checkout@v4.1.1
84
+ uses : actions/checkout@v4
85
85
with :
86
86
fetch-depth : 0
87
87
fetch-tags : true
90
90
runs-on : windows-2019
91
91
steps :
92
92
- name : Checkout
93
- uses : actions/checkout@v4.1.1
93
+ uses : actions/checkout@v4
94
94
with :
95
95
fetch-depth : 0
96
96
fetch-tags : true
99
99
runs-on : 2-core-ubuntu-arm
100
100
steps :
101
101
- name : Checkout
102
- uses : actions/checkout@v4.1.1
102
+ uses : actions/checkout@v4
103
103
with :
104
104
fetch-depth : 0
105
105
fetch-tags : true
@@ -109,7 +109,7 @@ jobs:
109
109
runs-on : ubuntu-latest
110
110
steps :
111
111
- name : Checkout
112
- uses : actions/checkout@v4.1.1
112
+ uses : actions/checkout@v4
113
113
with :
114
114
fetch-depth : 0
115
115
fetch-tags : true
@@ -123,7 +123,7 @@ jobs:
123
123
CUDA_ARCHS : " 60-real;61-real;62-real;70-real;72-real;75-real;80;86-real"
124
124
steps :
125
125
- name : Checkout
126
- uses : actions/checkout@v4.1.1
126
+ uses : actions/checkout@v4
127
127
with :
128
128
fetch-depth : 0
129
129
fetch-tags : true
@@ -139,7 +139,7 @@ jobs:
139
139
CUDA_ARCHS : " 70-real;72-real;75-real;80;86-real"
140
140
steps :
141
141
- name : Checkout
142
- uses : actions/checkout@v4.1.1
142
+ uses : actions/checkout@v4
143
143
with :
144
144
fetch-depth : 0
145
145
fetch-tags : true
@@ -156,7 +156,7 @@ jobs:
156
156
CUDA_ARCHS : " 70-real;72-real;75-real;80;86-real"
157
157
steps :
158
158
- name : Checkout
159
- uses : actions/checkout@v4.1.1
159
+ uses : actions/checkout@v4
160
160
with :
161
161
fetch-depth : 0
162
162
fetch-tags : true
@@ -172,7 +172,7 @@ jobs:
172
172
CUDA_ARCHS : " 70-real;72-real;75-real;80;86-real"
173
173
steps :
174
174
- name : Checkout
175
- uses : actions/checkout@v4.1.1
175
+ uses : actions/checkout@v4
176
176
with :
177
177
fetch-depth : 0
178
178
fetch-tags : true
@@ -187,7 +187,7 @@ jobs:
187
187
runs-on : windows-2019
188
188
steps :
189
189
- name : Checkout
190
- uses : actions/checkout@v4.1.1
190
+ uses : actions/checkout@v4
191
191
with :
192
192
fetch-depth : 0
193
193
fetch-tags : true
@@ -199,7 +199,7 @@ jobs:
199
199
runs-on : macos-14
200
200
steps :
201
201
- name : Checkout
202
- uses : actions/checkout@v4.1.1
202
+ uses : actions/checkout@v4
203
203
with :
204
204
fetch-depth : 0
205
205
fetch-tags : true
@@ -211,7 +211,7 @@ jobs:
211
211
runs-on : 2-core-ubuntu-arm
212
212
steps :
213
213
- name : Checkout
214
- uses : actions/checkout@v4.1.1
214
+ uses : actions/checkout@v4
215
215
with :
216
216
fetch-depth : 0
217
217
fetch-tags : true
0 commit comments