@@ -96,10 +96,10 @@ jobs:
9696 runs-on : ${{ matrix.runs-on }}
9797
9898 steps :
99- - uses : actions/checkout@v4
99+ - uses : actions/checkout@v5
100100
101101 - name : Setup Python ${{ matrix.python }}
102- uses : actions/setup-python@v5
102+ uses : actions/setup-python@v6
103103 with :
104104 python-version : ${{ matrix.python }}
105105 allow-prereleases : true
@@ -225,7 +225,7 @@ jobs:
225225 timeout-minutes : 40
226226 container : quay.io/pypa/musllinux_1_2_x86_64:latest
227227 steps :
228- - uses : actions/checkout@v4
228+ - uses : actions/checkout@v5
229229 with :
230230 fetch-depth : 0
231231
@@ -266,7 +266,7 @@ jobs:
266266 runs-on : ubuntu-20.04
267267
268268 steps :
269- - uses : actions/checkout@v4
269+ - uses : actions/checkout@v5
270270
271271 - name : Setup Python ${{ matrix.python-version }} (deadsnakes)
272272 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
@@ -400,7 +400,7 @@ jobs:
400400 container : nvidia/cuda:12.2.0-devel-ubuntu22.04
401401
402402 steps :
403- - uses : actions/checkout@v4
403+ - uses : actions/checkout@v5
404404
405405 # tzdata will try to ask for the timezone, so set the DEBIAN_FRONTEND
406406 - name : Install 🐍 3
@@ -424,7 +424,7 @@ jobs:
424424# container: centos:8
425425#
426426# steps:
427- # - uses: actions/checkout@v4
427+ # - uses: actions/checkout@v5
428428#
429429# - name: Add Python 3 and a few requirements
430430# run: yum update -y && yum install -y git python3-devel python3-numpy python3-pytest make environment-modules
@@ -469,7 +469,7 @@ jobs:
469469 # tzdata will try to ask for the timezone, so set the DEBIAN_FRONTEND
470470 DEBIAN_FRONTEND : ' noninteractive'
471471 steps :
472- - uses : actions/checkout@v4
472+ - uses : actions/checkout@v5
473473
474474 - name : Add NVHPC Repo
475475 run : |
@@ -529,7 +529,7 @@ jobs:
529529 container : " gcc:${{ matrix.gcc }}"
530530
531531 steps :
532- - uses : actions/checkout@v4
532+ - uses : actions/checkout@v5
533533
534534 - name : Add Python 3
535535 run : apt-get update; apt-get install -y python3-dev python3-numpy python3-pytest python3-pip libeigen3-dev
@@ -587,7 +587,7 @@ jobs:
587587 name : " 🐍 3 • ICC latest • x64"
588588
589589 steps :
590- - uses : actions/checkout@v4
590+ - uses : actions/checkout@v5
591591
592592 - name : Add apt repo
593593 run : |
@@ -690,7 +690,7 @@ jobs:
690690
691691 steps :
692692 - name : Latest actions/checkout
693- uses : actions/checkout@v4
693+ uses : actions/checkout@v5
694694
695695 - name : Add Python 3.8
696696 if : matrix.container == 'almalinux:8'
@@ -743,7 +743,7 @@ jobs:
743743 container : i386/debian:bullseye
744744
745745 steps :
746- - uses : actions/checkout@v1 # v1 is required to run inside docker
746+ - uses : actions/checkout@v5 # v1 is required to run inside docker
747747
748748 - name : Install requirements
749749 run : |
@@ -786,9 +786,9 @@ jobs:
786786 runs-on : ubuntu-latest
787787
788788 steps :
789- - uses : actions/checkout@v4
789+ - uses : actions/checkout@v5
790790
791- - uses : actions/setup-python@v5
791+ - uses : actions/setup-python@v6
792792 with :
793793 python-version : " 3.x"
794794
@@ -843,10 +843,10 @@ jobs:
843843 runs-on : windows-2019
844844
845845 steps :
846- - uses : actions/checkout@v4
846+ - uses : actions/checkout@v5
847847
848848 - name : Setup Python ${{ matrix.python }}
849- uses : actions/setup-python@v5
849+ uses : actions/setup-python@v6
850850 with :
851851 python-version : ${{ matrix.python }}
852852 architecture : x86
@@ -896,10 +896,10 @@ jobs:
896896 runs-on : windows-2019
897897
898898 steps :
899- - uses : actions/checkout@v4
899+ - uses : actions/checkout@v5
900900
901901 - name : Setup Python ${{ matrix.python }}
902- uses : actions/setup-python@v5
902+ uses : actions/setup-python@v6
903903 with :
904904 python-version : ${{ matrix.python }}
905905 architecture : x86
@@ -944,10 +944,10 @@ jobs:
944944 runs-on : windows-2022
945945
946946 steps :
947- - uses : actions/checkout@v4
947+ - uses : actions/checkout@v5
948948
949949 - name : Setup Python ${{ matrix.python }}
950- uses : actions/setup-python@v5
950+ uses : actions/setup-python@v6
951951 with :
952952 python-version : ${{ matrix.python }}
953953
@@ -1030,7 +1030,7 @@ jobs:
10301030 mingw-w64-${{matrix.env}}-python-scipy
10311031 mingw-w64-${{matrix.env}}-eigen3
10321032
1033- - uses : actions/checkout@v4
1033+ - uses : actions/checkout@v5
10341034
10351035 - name : Configure C++11
10361036 # LTO leads to many undefined reference like
@@ -1110,21 +1110,21 @@ jobs:
11101110 run : env
11111111
11121112 - name : Checkout
1113- uses : actions/checkout@v4
1113+ uses : actions/checkout@v5
11141114
11151115 - name : Set up Clang
11161116 uses : egor-tensin/setup-clang@v1
11171117
11181118 - name : Setup Python ${{ matrix.python }}
1119- uses : actions/setup-python@v5
1119+ uses : actions/setup-python@v6
11201120 with :
11211121 python-version : ${{ matrix.python }}
11221122
11231123 - name : Update CMake
11241124 uses : jwlawson/actions-setup-cmake@v2.0
11251125
11261126 - name : Install ninja-build tool
1127- uses : seanmiddleditch/gha-setup-ninja@v5
1127+ uses : seanmiddleditch/gha-setup-ninja@v6
11281128
11291129 - name : Run pip installs
11301130 run : |
@@ -1179,7 +1179,7 @@ jobs:
11791179 run : env
11801180
11811181 - name : Checkout
1182- uses : actions/checkout@v4
1182+ uses : actions/checkout@v5
11831183
11841184 - name : Show Clang++ version before brew install llvm
11851185 run : clang++ --version
0 commit comments