3939 CUDA_BUILD_VER : ${{ steps.find.outputs.cuda_build_ver }}
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
42+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
4343 with :
4444 fetch-depth : 1
4545
9898 run-id : ${{ needs.find-wheels.outputs.RUN_ID }}
9999 sha : ${{ needs.find-wheels.outputs.HEAD_SHA }}
100100 test-mode : nightly-pytorch
101- matrix_filter : ' map(select(.MODE == "nightly-pytorch"))'
101+ matrix_filter : ' map(select(.ENV. MODE == "nightly-pytorch"))'
102102
103103 test-pytorch-linux-aarch64 :
104104 name : " Nightly PyTorch (linux-aarch64)"
@@ -116,7 +116,7 @@ jobs:
116116 run-id : ${{ needs.find-wheels.outputs.RUN_ID }}
117117 sha : ${{ needs.find-wheels.outputs.HEAD_SHA }}
118118 test-mode : nightly-pytorch
119- matrix_filter : ' map(select(.MODE == "nightly-pytorch"))'
119+ matrix_filter : ' map(select(.ENV. MODE == "nightly-pytorch"))'
120120
121121 test-pytorch-windows :
122122 name : " Nightly PyTorch (win-64)"
@@ -134,7 +134,7 @@ jobs:
134134 run-id : ${{ needs.find-wheels.outputs.RUN_ID }}
135135 sha : ${{ needs.find-wheels.outputs.HEAD_SHA }}
136136 test-mode : nightly-pytorch
137- matrix_filter : ' map(select(.MODE == "nightly-pytorch"))'
137+ matrix_filter : ' map(select(.ENV. MODE == "nightly-pytorch"))'
138138
139139 # ── numba-cuda tests ──
140140
@@ -154,7 +154,7 @@ jobs:
154154 run-id : ${{ needs.find-wheels.outputs.RUN_ID }}
155155 sha : ${{ needs.find-wheels.outputs.HEAD_SHA }}
156156 test-mode : nightly-numba-cuda
157- matrix_filter : ' map(select(.MODE == "nightly-numba-cuda"))'
157+ matrix_filter : ' map(select(.ENV. MODE == "nightly-numba-cuda"))'
158158
159159 test-numba-cuda-linux-aarch64 :
160160 name : " Nightly numba-cuda (linux-aarch64)"
@@ -172,7 +172,7 @@ jobs:
172172 run-id : ${{ needs.find-wheels.outputs.RUN_ID }}
173173 sha : ${{ needs.find-wheels.outputs.HEAD_SHA }}
174174 test-mode : nightly-numba-cuda
175- matrix_filter : ' map(select(.MODE == "nightly-numba-cuda"))'
175+ matrix_filter : ' map(select(.ENV. MODE == "nightly-numba-cuda"))'
176176
177177 test-numba-cuda-windows :
178178 name : " Nightly numba-cuda (win-64)"
@@ -190,7 +190,7 @@ jobs:
190190 run-id : ${{ needs.find-wheels.outputs.RUN_ID }}
191191 sha : ${{ needs.find-wheels.outputs.HEAD_SHA }}
192192 test-mode : nightly-numba-cuda
193- matrix_filter : ' map(select(.MODE == "nightly-numba-cuda"))'
193+ matrix_filter : ' map(select(.ENV. MODE == "nightly-numba-cuda"))'
194194
195195 # ── Standard tests on nightly-only runners ──
196196
@@ -210,7 +210,7 @@ jobs:
210210 run-id : ${{ needs.find-wheels.outputs.RUN_ID }}
211211 sha : ${{ needs.find-wheels.outputs.HEAD_SHA }}
212212 test-mode : standard
213- matrix_filter : ' map(select(.MODE == "nightly-standard"))'
213+ matrix_filter : ' map(select(.ENV. MODE == "nightly-standard"))'
214214
215215 # ── Status check ──
216216
0 commit comments