@@ -181,7 +181,7 @@ jobs:
181
181
runs-on : ${{ matrix.runs-on }}
182
182
183
183
steps :
184
- - uses : actions/checkout@v4
184
+ - uses : actions/checkout@v5
185
185
186
186
- name : Setup Python ${{ matrix.python-version }}
187
187
uses : actions/setup-python@v5
@@ -242,7 +242,7 @@ jobs:
242
242
timeout-minutes : 40
243
243
container : quay.io/pypa/musllinux_1_2_x86_64:latest
244
244
steps :
245
- - uses : actions/checkout@v4
245
+ - uses : actions/checkout@v5
246
246
with :
247
247
fetch-depth : 0
248
248
@@ -279,7 +279,7 @@ jobs:
279
279
runs-on : ubuntu-latest
280
280
281
281
steps :
282
- - uses : actions/checkout@v4
282
+ - uses : actions/checkout@v5
283
283
284
284
- name : Setup Python ${{ matrix.python-version }} (deadsnakes)
285
285
uses :
deadsnakes/[email protected]
@@ -366,7 +366,7 @@ jobs:
366
366
container : " silkeh/clang:${{ matrix.clang }}${{ matrix.container_suffix }}"
367
367
368
368
steps :
369
- - uses : actions/checkout@v4
369
+ - uses : actions/checkout@v5
370
370
371
371
- name : Add wget and python3
372
372
run : apt-get update && apt-get install -y python3-dev python3-numpy python3-pytest libeigen3-dev
@@ -403,7 +403,7 @@ jobs:
403
403
container : nvidia/cuda:12.2.0-devel-ubuntu22.04
404
404
405
405
steps :
406
- - uses : actions/checkout@v4
406
+ - uses : actions/checkout@v5
407
407
408
408
# tzdata will try to ask for the timezone, so set the DEBIAN_FRONTEND
409
409
- name : Install 🐍 3
@@ -427,7 +427,7 @@ jobs:
427
427
# container: centos:8
428
428
#
429
429
# steps:
430
- # - uses: actions/checkout@v4
430
+ # - uses: actions/checkout@v5
431
431
#
432
432
# - name: Add Python 3 and a few requirements
433
433
# run: yum update -y && yum install -y git python3-devel python3-numpy python3-pytest make environment-modules
@@ -473,7 +473,7 @@ jobs:
473
473
# tzdata will try to ask for the timezone, so set the DEBIAN_FRONTEND
474
474
DEBIAN_FRONTEND : ' noninteractive'
475
475
steps :
476
- - uses : actions/checkout@v4
476
+ - uses : actions/checkout@v5
477
477
478
478
- name : Add NVHPC Repo
479
479
run : |
@@ -534,7 +534,7 @@ jobs:
534
534
container : " gcc:${{ matrix.gcc }}"
535
535
536
536
steps :
537
- - uses : actions/checkout@v4
537
+ - uses : actions/checkout@v5
538
538
539
539
- name : Add Python 3
540
540
run : apt-get update; apt-get install -y python3-dev python3-numpy python3-pytest python3-pip libeigen3-dev
@@ -597,7 +597,7 @@ jobs:
597
597
name : " 🐍 3 • ICC latest • x64"
598
598
599
599
steps :
600
- - uses : actions/checkout@v4
600
+ - uses : actions/checkout@v5
601
601
602
602
- name : Add apt repo
603
603
run : |
@@ -710,7 +710,7 @@ jobs:
710
710
711
711
steps :
712
712
- name : Latest actions/checkout
713
- uses : actions/checkout@v4
713
+ uses : actions/checkout@v5
714
714
715
715
- name : Add Python 3.8
716
716
if : matrix.container == 'almalinux:8'
@@ -811,7 +811,7 @@ jobs:
811
811
runs-on : ubuntu-latest
812
812
813
813
steps :
814
- - uses : actions/checkout@v4
814
+ - uses : actions/checkout@v5
815
815
816
816
- uses : actions/setup-python@v5
817
817
with :
@@ -857,7 +857,7 @@ jobs:
857
857
runs-on : windows-2022
858
858
859
859
steps :
860
- - uses : actions/checkout@v4
860
+ - uses : actions/checkout@v5
861
861
862
862
- name : Setup Python ${{ matrix.python }}
863
863
uses : actions/setup-python@v5
@@ -909,7 +909,7 @@ jobs:
909
909
runs-on : windows-2022
910
910
911
911
steps :
912
- - uses : actions/checkout@v4
912
+ - uses : actions/checkout@v5
913
913
914
914
- name : Setup Python ${{ matrix.python }}
915
915
uses : actions/setup-python@v5
@@ -957,7 +957,7 @@ jobs:
957
957
runs-on : windows-2022
958
958
959
959
steps :
960
- - uses : actions/checkout@v4
960
+ - uses : actions/checkout@v5
961
961
962
962
- name : Setup Python ${{ matrix.python }}
963
963
uses : actions/setup-python@v5
@@ -1043,7 +1043,7 @@ jobs:
1043
1043
mingw-w64-${{matrix.env}}-catch
1044
1044
${{ matrix.extra_install }}
1045
1045
1046
- - uses : actions/checkout@v4
1046
+ - uses : actions/checkout@v5
1047
1047
1048
1048
- name : Configure C++11
1049
1049
# LTO leads to many undefined reference like
@@ -1133,7 +1133,7 @@ jobs:
1133
1133
run : env
1134
1134
1135
1135
- name : Checkout
1136
- uses : actions/checkout@v4
1136
+ uses : actions/checkout@v5
1137
1137
1138
1138
- name : Set up Clang
1139
1139
uses : egor-tensin/setup-clang@v1
0 commit comments