49
49
runs-on : ubuntu-24.04
50
50
steps :
51
51
- name : Checkout sources
52
- uses : actions/checkout@v3
52
+ uses : actions/checkout@v4
53
53
54
54
- name : Install stable toolchain
55
55
run : |
78
78
needs : [ test ]
79
79
runs-on : ubuntu-24.04
80
80
steps :
81
- - uses : actions/checkout@v3
81
+ - uses : actions/checkout@v4
82
82
83
83
- uses : actions/setup-python@v4
84
84
with :
@@ -131,7 +131,7 @@ jobs:
131
131
needs : [ build ]
132
132
runs-on : ubuntu-24.04
133
133
steps :
134
- - uses : actions/checkout@v3
134
+ - uses : actions/checkout@v4
135
135
- uses : actions/setup-python@v4
136
136
with :
137
137
python-version : " 3.8"
@@ -221,7 +221,7 @@ jobs:
221
221
needs : [ package-beta ]
222
222
runs-on : ubuntu-24.04
223
223
steps :
224
- - uses : actions/checkout@v3
224
+ - uses : actions/checkout@v4
225
225
- uses : actions/setup-python@v4
226
226
with :
227
227
python-version : " 3.8"
@@ -297,7 +297,7 @@ jobs:
297
297
- name : Install cargo-nextest
298
298
run : cargo install cargo-nextest --locked
299
299
300
- - uses : actions/checkout@v3
300
+ - uses : actions/checkout@v4
301
301
302
302
- uses : actions/setup-python@v4
303
303
with :
@@ -359,7 +359,7 @@ jobs:
359
359
- name : Install cargo-nextest
360
360
run : cargo install cargo-nextest --locked
361
361
362
- - uses : actions/checkout@v3
362
+ - uses : actions/checkout@v4
363
363
364
364
- uses : actions/setup-python@v4
365
365
with :
@@ -412,7 +412,7 @@ jobs:
412
412
outputs :
413
413
matrix : ${{ steps.set-matrix.outputs.matrix }}
414
414
steps :
415
- - uses : actions/checkout@v3
415
+ - uses : actions/checkout@v4
416
416
- id : set-matrix
417
417
run : echo "matrix={\"include\":$(jq -r tostring .github/workflows/gamma.json)}" >> $GITHUB_OUTPUT
418
418
@@ -423,7 +423,7 @@ jobs:
423
423
outputs :
424
424
matrix : ${{ steps.set-matrix.outputs.matrix }}
425
425
steps :
426
- - uses : actions/checkout@v3
426
+ - uses : actions/checkout@v4
427
427
- id : set-matrix
428
428
run : echo "matrix={\"include\":$(jq -r tostring .github/workflows/prod.json)}" >> $GITHUB_OUTPUT
429
429
@@ -434,7 +434,7 @@ jobs:
434
434
outputs :
435
435
matrix : ${{ steps.set-matrix.outputs.matrix }}
436
436
steps :
437
- - uses : actions/checkout@v3
437
+ - uses : actions/checkout@v4
438
438
- id : set-matrix
439
439
run : echo "matrix={\"include\":$(jq -r tostring .github/workflows/cn-prod.json)}" >> $GITHUB_OUTPUT
440
440
@@ -445,7 +445,7 @@ jobs:
445
445
outputs :
446
446
matrix : ${{ steps.set-matrix.outputs.matrix }}
447
447
steps :
448
- - uses : actions/checkout@v3
448
+ - uses : actions/checkout@v4
449
449
- id : set-matrix
450
450
run : echo "matrix={\"include\":$(jq -r tostring .github/workflows/cn-gamma.json)}" >> $GITHUB_OUTPUT
451
451
@@ -456,7 +456,7 @@ jobs:
456
456
strategy :
457
457
matrix : ${{fromJSON(needs.load-gamma-matrix.outputs.matrix)}}
458
458
steps :
459
- - uses : actions/checkout@v3
459
+ - uses : actions/checkout@v4
460
460
- uses : actions/setup-python@v4
461
461
with :
462
462
python-version : " 3.8"
@@ -529,7 +529,7 @@ jobs:
529
529
strategy :
530
530
matrix : ${{fromJSON(needs.load-prod-matrix.outputs.matrix)}}
531
531
steps :
532
- - uses : actions/checkout@v3
532
+ - uses : actions/checkout@v4
533
533
- uses : actions/setup-python@v4
534
534
with :
535
535
python-version : " 3.8"
@@ -602,7 +602,7 @@ jobs:
602
602
strategy :
603
603
matrix : ${{fromJSON(needs.load-china-gamma-matrix.outputs.matrix)}}
604
604
steps :
605
- - uses : actions/checkout@v3
605
+ - uses : actions/checkout@v4
606
606
- uses : actions/setup-python@v4
607
607
with :
608
608
python-version : " 3.8"
@@ -678,7 +678,7 @@ jobs:
678
678
strategy :
679
679
matrix : ${{fromJSON(needs.load-china-prod-matrix.outputs.matrix)}}
680
680
steps :
681
- - uses : actions/checkout@v3
681
+ - uses : actions/checkout@v4
682
682
- uses : actions/setup-python@v4
683
683
with :
684
684
python-version : " 3.8"
@@ -753,7 +753,7 @@ jobs:
753
753
outputs :
754
754
matrix : ${{ steps.set-matrix.outputs.matrix }}
755
755
steps :
756
- - uses : actions/checkout@v3
756
+ - uses : actions/checkout@v4
757
757
- id : set-matrix
758
758
run : echo "matrix={\"include\":$(jq -r tostring .github/workflows/gamma.json)}" >> $GITHUB_OUTPUT
759
759
@@ -764,7 +764,7 @@ jobs:
764
764
strategy :
765
765
matrix : ${{fromJSON(needs.load-gamma-matrix2.outputs.matrix)}}
766
766
steps :
767
- - uses : actions/checkout@v3
767
+ - uses : actions/checkout@v4
768
768
- uses : actions/setup-python@v4
769
769
with :
770
770
python-version : " 3.8"
@@ -830,7 +830,7 @@ jobs:
830
830
outputs :
831
831
matrix : ${{ steps.set-matrix.outputs.matrix }}
832
832
steps :
833
- - uses : actions/checkout@v3
833
+ - uses : actions/checkout@v4
834
834
- id : set-matrix
835
835
run : echo "matrix={\"include\":$(jq -r tostring .github/workflows/prod.json)}" >> $GITHUB_OUTPUT
836
836
@@ -842,7 +842,7 @@ jobs:
842
842
strategy :
843
843
matrix : ${{fromJSON(needs.load-prod-matrix2.outputs.matrix)}}
844
844
steps :
845
- - uses : actions/checkout@v3
845
+ - uses : actions/checkout@v4
846
846
- uses : actions/setup-python@v4
847
847
with :
848
848
python-version : " 3.8"
@@ -909,7 +909,7 @@ jobs:
909
909
outputs :
910
910
matrix : ${{ steps.set-matrix.outputs.matrix }}
911
911
steps :
912
- - uses : actions/checkout@v3
912
+ - uses : actions/checkout@v4
913
913
- id : set-matrix
914
914
run : echo "matrix={\"include\":$(jq -r tostring .github/workflows/cn-gamma.json)}" >> $GITHUB_OUTPUT
915
915
@@ -921,7 +921,7 @@ jobs:
921
921
strategy :
922
922
matrix : ${{fromJSON(needs.load-china-gamma-matrix2.outputs.matrix)}}
923
923
steps :
924
- - uses : actions/checkout@v3
924
+ - uses : actions/checkout@v4
925
925
- uses : actions/setup-python@v4
926
926
with :
927
927
python-version : " 3.8"
@@ -990,7 +990,7 @@ jobs:
990
990
outputs :
991
991
matrix : ${{ steps.set-matrix.outputs.matrix }}
992
992
steps :
993
- - uses : actions/checkout@v3
993
+ - uses : actions/checkout@v4
994
994
- id : set-matrix
995
995
run : echo "matrix={\"include\":$(jq -r tostring .github/workflows/cn-prod.json)}" >> $GITHUB_OUTPUT
996
996
@@ -1002,7 +1002,7 @@ jobs:
1002
1002
strategy :
1003
1003
matrix : ${{fromJSON(needs.load-china-prod-matrix2.outputs.matrix)}}
1004
1004
steps :
1005
- - uses : actions/checkout@v3
1005
+ - uses : actions/checkout@v4
1006
1006
- uses : actions/setup-python@v4
1007
1007
with :
1008
1008
python-version : " 3.8"
@@ -1069,7 +1069,7 @@ jobs:
1069
1069
needs : [ deploy-prod ]
1070
1070
runs-on : ubuntu-24.04
1071
1071
steps :
1072
- - uses : actions/checkout@v3
1072
+ - uses : actions/checkout@v4
1073
1073
1074
1074
- name : Assume the github runner role
1075
1075
uses : aws-actions/configure-aws-credentials@v4
0 commit comments