@@ -181,7 +181,7 @@ jobs:
181181 runs-on : ${{ matrix.runs-on }}
182182
183183 steps :
184- - uses : actions/checkout@v4
184+ - uses : actions/checkout@v5
185185
186186 - name : Setup Python ${{ matrix.python-version }}
187187 uses : actions/setup-python@v5
@@ -242,7 +242,7 @@ jobs:
242242 timeout-minutes : 40
243243 container : quay.io/pypa/musllinux_1_2_x86_64:latest
244244 steps :
245- - uses : actions/checkout@v4
245+ - uses : actions/checkout@v5
246246 with :
247247 fetch-depth : 0
248248
@@ -279,7 +279,7 @@ jobs:
279279 runs-on : ubuntu-latest
280280
281281 steps :
282- - uses : actions/checkout@v4
282+ - uses : actions/checkout@v5
283283
284284 - name : Setup Python ${{ matrix.python-version }} (deadsnakes)
285285 uses : deadsnakes/action@v3.2.0
@@ -366,7 +366,7 @@ jobs:
366366 container : " silkeh/clang:${{ matrix.clang }}${{ matrix.container_suffix }}"
367367
368368 steps :
369- - uses : actions/checkout@v4
369+ - uses : actions/checkout@v5
370370
371371 - name : Add wget and python3
372372 run : apt-get update && apt-get install -y python3-dev python3-numpy python3-pytest libeigen3-dev
@@ -403,7 +403,7 @@ jobs:
403403 container : nvidia/cuda:12.2.0-devel-ubuntu22.04
404404
405405 steps :
406- - uses : actions/checkout@v4
406+ - uses : actions/checkout@v5
407407
408408 # tzdata will try to ask for the timezone, so set the DEBIAN_FRONTEND
409409 - name : Install 🐍 3
@@ -427,7 +427,7 @@ jobs:
427427# container: centos:8
428428#
429429# steps:
430- # - uses: actions/checkout@v4
430+ # - uses: actions/checkout@v5
431431#
432432# - name: Add Python 3 and a few requirements
433433# run: yum update -y && yum install -y git python3-devel python3-numpy python3-pytest make environment-modules
@@ -473,7 +473,7 @@ jobs:
473473 # tzdata will try to ask for the timezone, so set the DEBIAN_FRONTEND
474474 DEBIAN_FRONTEND : ' noninteractive'
475475 steps :
476- - uses : actions/checkout@v4
476+ - uses : actions/checkout@v5
477477
478478 - name : Add NVHPC Repo
479479 run : |
@@ -534,7 +534,7 @@ jobs:
534534 container : " gcc:${{ matrix.gcc }}"
535535
536536 steps :
537- - uses : actions/checkout@v4
537+ - uses : actions/checkout@v5
538538
539539 - name : Add Python 3
540540 run : apt-get update; apt-get install -y python3-dev python3-numpy python3-pytest python3-pip libeigen3-dev
@@ -597,7 +597,7 @@ jobs:
597597 name : " 🐍 3 • ICC latest • x64"
598598
599599 steps :
600- - uses : actions/checkout@v4
600+ - uses : actions/checkout@v5
601601
602602 - name : Add apt repo
603603 run : |
@@ -710,7 +710,7 @@ jobs:
710710
711711 steps :
712712 - name : Latest actions/checkout
713- uses : actions/checkout@v4
713+ uses : actions/checkout@v5
714714
715715 - name : Add Python 3.8
716716 if : matrix.container == 'almalinux:8'
@@ -811,7 +811,7 @@ jobs:
811811 runs-on : ubuntu-latest
812812
813813 steps :
814- - uses : actions/checkout@v4
814+ - uses : actions/checkout@v5
815815
816816 - uses : actions/setup-python@v5
817817 with :
@@ -857,7 +857,7 @@ jobs:
857857 runs-on : windows-2022
858858
859859 steps :
860- - uses : actions/checkout@v4
860+ - uses : actions/checkout@v5
861861
862862 - name : Setup Python ${{ matrix.python }}
863863 uses : actions/setup-python@v5
@@ -909,7 +909,7 @@ jobs:
909909 runs-on : windows-2022
910910
911911 steps :
912- - uses : actions/checkout@v4
912+ - uses : actions/checkout@v5
913913
914914 - name : Setup Python ${{ matrix.python }}
915915 uses : actions/setup-python@v5
@@ -957,7 +957,7 @@ jobs:
957957 runs-on : windows-2022
958958
959959 steps :
960- - uses : actions/checkout@v4
960+ - uses : actions/checkout@v5
961961
962962 - name : Setup Python ${{ matrix.python }}
963963 uses : actions/setup-python@v5
@@ -1043,7 +1043,7 @@ jobs:
10431043 mingw-w64-${{matrix.env}}-catch
10441044 ${{ matrix.extra_install }}
10451045
1046- - uses : actions/checkout@v4
1046+ - uses : actions/checkout@v5
10471047
10481048 - name : Configure C++11
10491049 # LTO leads to many undefined reference like
@@ -1133,7 +1133,7 @@ jobs:
11331133 run : env
11341134
11351135 - name : Checkout
1136- uses : actions/checkout@v4
1136+ uses : actions/checkout@v5
11371137
11381138 - name : Set up Clang
11391139 uses : egor-tensin/setup-clang@v1
0 commit comments