6262 runs-on : ${{ matrix.runs-on }}
6363
6464 steps :
65- - uses : actions/checkout@v2
65+ - uses : actions/checkout@v3
6666
6767 - name : Setup Python ${{ matrix.python }}
6868 uses : actions/setup-python@v3
@@ -192,7 +192,7 @@ jobs:
192192 runs-on : ubuntu-latest
193193
194194 steps :
195- - uses : actions/checkout@v2
195+ - uses : actions/checkout@v3
196196
197197 - name : Setup Python ${{ matrix.python-version }} (deadsnakes)
198198 uses : deadsnakes/action@v2.1.1
@@ -285,7 +285,7 @@ jobs:
285285 container : " silkeh/clang:${{ matrix.clang }}"
286286
287287 steps :
288- - uses : actions/checkout@v2
288+ - uses : actions/checkout@v3
289289
290290 - name : Add wget and python3
291291 run : apt-get update && apt-get install -y python3-dev python3-numpy python3-pytest libeigen3-dev
@@ -319,7 +319,7 @@ jobs:
319319 container : nvidia/cuda:11.0-devel-ubuntu20.04
320320
321321 steps :
322- - uses : actions/checkout@v2
322+ - uses : actions/checkout@v3
323323
324324 # tzdata will try to ask for the timezone, so set the DEBIAN_FRONTEND
325325 - name : Install 🐍 3
@@ -343,7 +343,7 @@ jobs:
343343# container: centos:8
344344#
345345# steps:
346- # - uses: actions/checkout@v2
346+ # - uses: actions/checkout@v3
347347#
348348# - name: Add Python 3 and a few requirements
349349# run: yum update -y && yum install -y git python3-devel python3-numpy python3-pytest make environment-modules
@@ -386,7 +386,7 @@ jobs:
386386 container : centos:7
387387
388388 steps :
389- - uses : actions/checkout@v2
389+ - uses : actions/checkout@v3
390390
391391 - name : Add Python 3 and a few requirements
392392 run : yum update -y && yum install -y epel-release && yum install -y git python3-devel make environment-modules cmake3
@@ -447,7 +447,7 @@ jobs:
447447 container : " gcc:${{ matrix.gcc }}"
448448
449449 steps :
450- - uses : actions/checkout@v1
450+ - uses : actions/checkout@v3
451451
452452 - name : Add Python 3
453453 run : apt-get update; apt-get install -y python3-dev python3-numpy python3-pytest python3-pip libeigen3-dev
@@ -489,7 +489,7 @@ jobs:
489489 name : " 🐍 3 • ICC latest • x64"
490490
491491 steps :
492- - uses : actions/checkout@v2
492+ - uses : actions/checkout@v3
493493
494494 - name : Add apt repo
495495 run : |
@@ -592,7 +592,7 @@ jobs:
592592 container : " quay.io/centos/centos:${{ matrix.centos }}"
593593
594594 steps :
595- - uses : actions/checkout@v2
595+ - uses : actions/checkout@v3
596596
597597 - name : Add Python 3
598598 run : yum update -y && yum install -y python3-devel gcc-c++ make git
@@ -635,7 +635,7 @@ jobs:
635635 container : i386/debian:buster
636636
637637 steps :
638- - uses : actions/checkout@v1
638+ - uses : actions/checkout@v3
639639
640640 - name : Install requirements
641641 run : |
@@ -678,7 +678,7 @@ jobs:
678678 runs-on : ubuntu-latest
679679
680680 steps :
681- - uses : actions/checkout@v2
681+ - uses : actions/checkout@v3
682682
683683 - uses : actions/setup-python@v3
684684
@@ -725,7 +725,7 @@ jobs:
725725 runs-on : windows-2019
726726
727727 steps :
728- - uses : actions/checkout@v2
728+ - uses : actions/checkout@v3
729729
730730 - name : Setup Python ${{ matrix.python }}
731731 uses : actions/setup-python@v3
@@ -778,7 +778,7 @@ jobs:
778778 runs-on : windows-2019
779779
780780 steps :
781- - uses : actions/checkout@v2
781+ - uses : actions/checkout@v3
782782
783783 - name : Setup Python ${{ matrix.python }}
784784 uses : actions/setup-python@v3
@@ -826,7 +826,7 @@ jobs:
826826 runs-on : windows-2022
827827
828828 steps :
829- - uses : actions/checkout@v2
829+ - uses : actions/checkout@v3
830830
831831 - name : Setup Python ${{ matrix.python }}
832832 uses : actions/setup-python@v3
@@ -889,7 +889,7 @@ jobs:
889889 mingw-w64-${{matrix.env}}-boost
890890 mingw-w64-${{matrix.env}}-catch
891891
892- - uses : actions/checkout@v2
892+ - uses : actions/checkout@v3
893893
894894 - name : Configure C++11
895895 # LTO leads to many undefined reference like
0 commit comments