@@ -32,13 +32,13 @@ jobs:
3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Cache .hunter folder
35- uses : actions/cache@v3
35+ uses : actions/cache@v4
3636 with :
3737 path : ~/.hunter
3838 key : hunter-ubuntu-latest
3939 - name : List .hunter cache directory
4040 run : ls -a -l ~/.hunter/_Base/ || true
41- - uses : actions/checkout@v3
41+ - uses : actions/checkout@v4
4242 with :
4343 submodules : ' recursive'
4444 - name : Set up Python
@@ -79,22 +79,22 @@ jobs:
7979 cmake-version : ' 3.29.x'
8080 - name : Cache .hunter folder
8181 if : matrix.os != 'windows-latest'
82- uses : actions/cache@v3
82+ uses : actions/cache@v4
8383 with :
8484 path : ~/.hunter/
8585 key : hunter-pytest-${{ matrix.os }}
8686 - name : Cache .hunter folder
8787 if : matrix.os == 'windows-latest'
88- uses : actions/cache@v3
88+ uses : actions/cache@v4
8989 with :
9090 path : C:/.hunter/
9191 key : hunter-pytest-${{ matrix.os }}
9292
93- - uses : actions/checkout@v3
93+ - uses : actions/checkout@v4
9494 with :
9595 submodules : ' recursive'
9696
97- - uses : actions/download-artifact@v3
97+ - uses : actions/download-artifact@v4
9898 with :
9999 name : ' docstrings'
100100 path : docstrings
@@ -145,11 +145,11 @@ jobs:
145145 steps :
146146 - name : Print home directory
147147 run : echo Home directory inside container $HOME
148- - uses : actions/checkout@v3
148+ - uses : actions/checkout@v4
149149 with :
150150 submodules : ' recursive'
151151
152- - uses : actions/download-artifact@v3
152+ - uses : actions/download-artifact@v4
153153 with :
154154 name : ' docstrings'
155155 path : docstrings
@@ -193,15 +193,15 @@ jobs:
193193 fail-fast : false
194194 steps :
195195 - name : Cache .hunter folder
196- uses : actions/cache@v3
196+ uses : actions/cache@v4
197197 with :
198198 path : C:/.hunter
199199 key : hunter-msvc
200- - uses : actions/checkout@v3
200+ - uses : actions/checkout@v4
201201 with :
202202 submodules : ' recursive'
203203
204- - uses : actions/download-artifact@v3
204+ - uses : actions/download-artifact@v4
205205 with :
206206 name : ' docstrings'
207207 path : docstrings
@@ -249,7 +249,7 @@ jobs:
249249 runs-on : ${{ matrix.os }}
250250 steps :
251251 - name : Cache .hunter folder
252- uses : actions/cache@v3
252+ uses : actions/cache@v4
253253 with :
254254 path : ~/.hunter
255255 key : hunter-macos-latest
@@ -258,11 +258,11 @@ jobs:
258258 ls -a -l ~/.hunter/_Base/ || true
259259 echo "PATH=$PATH"
260260
261- - uses : actions/checkout@v3
261+ - uses : actions/checkout@v4
262262 with :
263263 submodules : ' recursive'
264264
265- - uses : actions/download-artifact@v3
265+ - uses : actions/download-artifact@v4
266266 with :
267267 name : ' docstrings'
268268 path : docstrings
@@ -314,11 +314,11 @@ jobs:
314314 PLAT : manylinux2014_x86_64
315315 steps :
316316 - name : Cache .hunter folder
317- uses : actions/cache@v3
317+ uses : actions/cache@v4
318318 with :
319319 path : ~/.hunter
320320 key : hunter-x86_64
321- - uses : actions/checkout@v3
321+ - uses : actions/checkout@v4
322322 with :
323323 submodules : ' recursive'
324324 - name : Patching mirrorlist
@@ -335,7 +335,7 @@ jobs:
335335 - name : Create folder structure
336336 run : mkdir -p wheelhouse/audited/
337337
338- - uses : actions/download-artifact@v3
338+ - uses : actions/download-artifact@v4
339339 with :
340340 name : ' docstrings'
341341 path : docstrings
@@ -389,7 +389,7 @@ jobs:
389389 volumes :
390390 - /.hunter:/github/home/.hunter
391391 steps :
392- - uses : actions/checkout@v3
392+ - uses : actions/checkout@v4
393393 with :
394394 submodules : ' recursive'
395395 - name : Patching mirrorlist
@@ -406,7 +406,7 @@ jobs:
406406 - name : Create folder structure
407407 run : mkdir -p wheelhouse/audited/
408408
409- - uses : actions/download-artifact@v3
409+ - uses : actions/download-artifact@v4
410410 with :
411411 name : ' docstrings'
412412 path : docstrings
@@ -445,7 +445,7 @@ jobs:
445445 runs-on : ubuntu-latest
446446
447447 steps :
448- - uses : actions/checkout@v3
448+ - uses : actions/checkout@v4
449449 with :
450450 submodules : ' recursive'
451451
@@ -480,10 +480,10 @@ jobs:
480480 needs : [release]
481481 runs-on : ubuntu-latest
482482 steps :
483- - uses : actions/checkout@v3
483+ - uses : actions/checkout@v4
484484 with :
485485 submodules : ' recursive'
486- - uses : actions/download-artifact@v3
486+ - uses : actions/download-artifact@v4
487487 with :
488488 name : audited-wheels
489489 path : wheelhouse/audited/
0 commit comments