1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v4.1.1
18+ uses : actions/checkout@v4
1919 - name : Install clang-format
2020 run : |
2121 sudo apt-get update -y
@@ -40,13 +40,13 @@ jobs:
4040 runs-on : ubuntu-latest
4141 steps :
4242 - name : Checkout
43- uses : actions/checkout@v4.1.1
43+ uses : actions/checkout@v4
4444 - uses : ./.github/actions/build_cmake
4545 linux-x86_64-AVX2-cmake :
4646 runs-on : ubuntu-latest
4747 steps :
4848 - name : Checkout
49- uses : actions/checkout@v4.1.1
49+ uses : actions/checkout@v4
5050 - uses : ./.github/actions/build_cmake
5151 with :
5252 opt_level : avx2
5555 runs-on : ubuntu-latest
5656 steps :
5757 - name : Checkout
58- uses : actions/checkout@v4.1.1
58+ uses : actions/checkout@v4
5959 - uses : ./.github/actions/build_cmake
6060 with :
6161 opt_level : avx512
@@ -64,15 +64,15 @@ jobs:
6464 runs-on : 4-core-ubuntu-gpu-t4
6565 steps :
6666 - name : Checkout
67- uses : actions/checkout@v4.1.1
67+ uses : actions/checkout@v4
6868 - uses : ./.github/actions/build_cmake
6969 with :
7070 gpu : ON
7171 linux-x86_64-GPU-w-RAFT-cmake :
7272 runs-on : 4-core-ubuntu-gpu-t4
7373 steps :
7474 - name : Checkout
75- uses : actions/checkout@v4.1.1
75+ uses : actions/checkout@v4
7676 - uses : ./.github/actions/build_cmake
7777 with :
7878 gpu : ON
8181 runs-on : ubuntu-latest
8282 steps :
8383 - name : Checkout
84- uses : actions/checkout@v4.1.1
84+ uses : actions/checkout@v4
8585 with :
8686 fetch-depth : 0
8787 fetch-tags : true
9090 runs-on : windows-2019
9191 steps :
9292 - name : Checkout
93- uses : actions/checkout@v4.1.1
93+ uses : actions/checkout@v4
9494 with :
9595 fetch-depth : 0
9696 fetch-tags : true
9999 runs-on : 2-core-ubuntu-arm
100100 steps :
101101 - name : Checkout
102- uses : actions/checkout@v4.1.1
102+ uses : actions/checkout@v4
103103 with :
104104 fetch-depth : 0
105105 fetch-tags : true
@@ -109,7 +109,7 @@ jobs:
109109 runs-on : ubuntu-latest
110110 steps :
111111 - name : Checkout
112- uses : actions/checkout@v4.1.1
112+ uses : actions/checkout@v4
113113 with :
114114 fetch-depth : 0
115115 fetch-tags : true
@@ -123,7 +123,7 @@ jobs:
123123 CUDA_ARCHS : " 60-real;61-real;62-real;70-real;72-real;75-real;80;86-real"
124124 steps :
125125 - name : Checkout
126- uses : actions/checkout@v4.1.1
126+ uses : actions/checkout@v4
127127 with :
128128 fetch-depth : 0
129129 fetch-tags : true
@@ -139,7 +139,7 @@ jobs:
139139 CUDA_ARCHS : " 70-real;72-real;75-real;80;86-real"
140140 steps :
141141 - name : Checkout
142- uses : actions/checkout@v4.1.1
142+ uses : actions/checkout@v4
143143 with :
144144 fetch-depth : 0
145145 fetch-tags : true
@@ -156,7 +156,7 @@ jobs:
156156 CUDA_ARCHS : " 70-real;72-real;75-real;80;86-real"
157157 steps :
158158 - name : Checkout
159- uses : actions/checkout@v4.1.1
159+ uses : actions/checkout@v4
160160 with :
161161 fetch-depth : 0
162162 fetch-tags : true
@@ -172,7 +172,7 @@ jobs:
172172 CUDA_ARCHS : " 70-real;72-real;75-real;80;86-real"
173173 steps :
174174 - name : Checkout
175- uses : actions/checkout@v4.1.1
175+ uses : actions/checkout@v4
176176 with :
177177 fetch-depth : 0
178178 fetch-tags : true
@@ -187,7 +187,7 @@ jobs:
187187 runs-on : windows-2019
188188 steps :
189189 - name : Checkout
190- uses : actions/checkout@v4.1.1
190+ uses : actions/checkout@v4
191191 with :
192192 fetch-depth : 0
193193 fetch-tags : true
@@ -199,7 +199,7 @@ jobs:
199199 runs-on : macos-14
200200 steps :
201201 - name : Checkout
202- uses : actions/checkout@v4.1.1
202+ uses : actions/checkout@v4
203203 with :
204204 fetch-depth : 0
205205 fetch-tags : true
@@ -211,7 +211,7 @@ jobs:
211211 runs-on : 2-core-ubuntu-arm
212212 steps :
213213 - name : Checkout
214- uses : actions/checkout@v4.1.1
214+ uses : actions/checkout@v4
215215 with :
216216 fetch-depth : 0
217217 fetch-tags : true
0 commit comments