4949
5050 steps :
5151
52- - uses : actions/checkout@v4
52+ - uses : actions/checkout@v3
5353 with :
5454 submodules : ' true'
5555
9393 - uses : actions/setup-python@v4
9494 with :
9595 python-version : 3.10.10
96- - uses : actions/checkout@v4
96+ - uses : actions/checkout@v3
9797 with :
9898 submodules : ' true'
9999 - run : ./.github/scripts/install_dependencies.sh
@@ -123,7 +123,7 @@ jobs:
123123 - uses : actions/setup-python@v4
124124 with :
125125 python-version : 3.10.10
126- - uses : actions/checkout@v4
126+ - uses : actions/checkout@v3
127127 - run : ./.github/scripts/install_dependencies.sh
128128
129129 - name : Test
@@ -138,7 +138,7 @@ jobs:
138138 - uses : actions/setup-python@v4
139139 with :
140140 python-version : 3.10.10
141- - uses : actions/checkout@v4
141+ - uses : actions/checkout@v3
142142 with :
143143 submodules : ' true'
144144 - run : ./.github/scripts/install_dependencies.sh
@@ -157,7 +157,7 @@ jobs:
157157 - uses : actions/setup-python@v4
158158 with :
159159 python-version : 3.10.10
160- - uses : actions/checkout@v4
160+ - uses : actions/checkout@v3
161161 with :
162162 submodules : ' true'
163163 - run : ./.github/scripts/install_dependencies.sh
@@ -227,7 +227,7 @@ jobs:
227227 - uses : actions/setup-python@v4
228228 with :
229229 python-version : 3.10.10
230- - uses : actions/checkout@v4
230+ - uses : actions/checkout@v3
231231 with :
232232 submodules : ' true'
233233 - run : ./.github/scripts/install_dependencies.sh
@@ -282,7 +282,7 @@ jobs:
282282 - uses : actions/setup-python@v4
283283 with :
284284 python-version : 3.10.10
285- - uses : actions/checkout@v4
285+ - uses : actions/checkout@v3
286286 with :
287287 submodules : ' true'
288288
@@ -310,7 +310,7 @@ jobs:
310310 - uses : actions/setup-python@v4
311311 with :
312312 python-version : 3.10.10
313- - uses : actions/checkout@v4
313+ - uses : actions/checkout@v3
314314 with :
315315 submodules : ' true'
316316 - run : ./.github/scripts/install_dependencies.sh
@@ -335,7 +335,7 @@ jobs:
335335 - uses : actions/setup-python@v4
336336 with :
337337 python-version : 3.10.10
338- - uses : actions/checkout@v4
338+ - uses : actions/checkout@v3
339339 with :
340340 submodules : ' true'
341341 - run : ./.github/scripts/install_dependencies.sh
@@ -360,7 +360,7 @@ jobs:
360360 - uses : actions/setup-python@v4
361361 with :
362362 python-version : 3.10.10
363- - uses : actions/checkout@v4
363+ - uses : actions/checkout@v3
364364 with :
365365 submodules : ' true'
366366 - run : ./.github/scripts/install_dependencies.sh
@@ -395,7 +395,7 @@ jobs:
395395 - uses : actions/setup-python@v4
396396 with :
397397 python-version : 3.10.10
398- - uses : actions/checkout@v4
398+ - uses : actions/checkout@v3
399399 with :
400400 submodules : ' true'
401401 - run : ./.github/scripts/install_dependencies.sh
@@ -431,7 +431,7 @@ jobs:
431431 - uses : actions/setup-python@v4
432432 with :
433433 python-version : 3.10.10
434- - uses : actions/checkout@v4
434+ - uses : actions/checkout@v3
435435 with :
436436 submodules : ' true'
437437 - run : ./.github/scripts/install_dependencies.sh
0 commit comments