Skip to content

Commit 1623ab6

Browse files
committed
chore: update actions/checkout GitHub Actions
1 parent 7d775b5 commit 1623ab6

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.github/workflows/pipeline.yaml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-24.04
5050
steps:
5151
- name: Checkout sources
52-
uses: actions/checkout@v3
52+
uses: actions/checkout@v4
5353

5454
- name: Install stable toolchain
5555
run: |
@@ -78,7 +78,7 @@ jobs:
7878
needs: [ test ]
7979
runs-on: ubuntu-24.04
8080
steps:
81-
- uses: actions/checkout@v3
81+
- uses: actions/checkout@v4
8282

8383
- uses: actions/setup-python@v4
8484
with:
@@ -131,7 +131,7 @@ jobs:
131131
needs: [ build ]
132132
runs-on: ubuntu-24.04
133133
steps:
134-
- uses: actions/checkout@v3
134+
- uses: actions/checkout@v4
135135
- uses: actions/setup-python@v4
136136
with:
137137
python-version: "3.8"
@@ -221,7 +221,7 @@ jobs:
221221
needs: [ package-beta ]
222222
runs-on: ubuntu-24.04
223223
steps:
224-
- uses: actions/checkout@v3
224+
- uses: actions/checkout@v4
225225
- uses: actions/setup-python@v4
226226
with:
227227
python-version: "3.8"
@@ -297,7 +297,7 @@ jobs:
297297
- name: Install cargo-nextest
298298
run: cargo install cargo-nextest --locked
299299

300-
- uses: actions/checkout@v3
300+
- uses: actions/checkout@v4
301301

302302
- uses: actions/setup-python@v4
303303
with:
@@ -359,7 +359,7 @@ jobs:
359359
- name: Install cargo-nextest
360360
run: cargo install cargo-nextest --locked
361361

362-
- uses: actions/checkout@v3
362+
- uses: actions/checkout@v4
363363

364364
- uses: actions/setup-python@v4
365365
with:
@@ -412,7 +412,7 @@ jobs:
412412
outputs:
413413
matrix: ${{ steps.set-matrix.outputs.matrix }}
414414
steps:
415-
- uses: actions/checkout@v3
415+
- uses: actions/checkout@v4
416416
- id: set-matrix
417417
run: echo "matrix={\"include\":$(jq -r tostring .github/workflows/gamma.json)}" >> $GITHUB_OUTPUT
418418

@@ -423,7 +423,7 @@ jobs:
423423
outputs:
424424
matrix: ${{ steps.set-matrix.outputs.matrix }}
425425
steps:
426-
- uses: actions/checkout@v3
426+
- uses: actions/checkout@v4
427427
- id: set-matrix
428428
run: echo "matrix={\"include\":$(jq -r tostring .github/workflows/prod.json)}" >> $GITHUB_OUTPUT
429429

@@ -434,7 +434,7 @@ jobs:
434434
outputs:
435435
matrix: ${{ steps.set-matrix.outputs.matrix }}
436436
steps:
437-
- uses: actions/checkout@v3
437+
- uses: actions/checkout@v4
438438
- id: set-matrix
439439
run: echo "matrix={\"include\":$(jq -r tostring .github/workflows/cn-prod.json)}" >> $GITHUB_OUTPUT
440440

@@ -445,7 +445,7 @@ jobs:
445445
outputs:
446446
matrix: ${{ steps.set-matrix.outputs.matrix }}
447447
steps:
448-
- uses: actions/checkout@v3
448+
- uses: actions/checkout@v4
449449
- id: set-matrix
450450
run: echo "matrix={\"include\":$(jq -r tostring .github/workflows/cn-gamma.json)}" >> $GITHUB_OUTPUT
451451

@@ -456,7 +456,7 @@ jobs:
456456
strategy:
457457
matrix: ${{fromJSON(needs.load-gamma-matrix.outputs.matrix)}}
458458
steps:
459-
- uses: actions/checkout@v3
459+
- uses: actions/checkout@v4
460460
- uses: actions/setup-python@v4
461461
with:
462462
python-version: "3.8"
@@ -529,7 +529,7 @@ jobs:
529529
strategy:
530530
matrix: ${{fromJSON(needs.load-prod-matrix.outputs.matrix)}}
531531
steps:
532-
- uses: actions/checkout@v3
532+
- uses: actions/checkout@v4
533533
- uses: actions/setup-python@v4
534534
with:
535535
python-version: "3.8"
@@ -602,7 +602,7 @@ jobs:
602602
strategy:
603603
matrix: ${{fromJSON(needs.load-china-gamma-matrix.outputs.matrix)}}
604604
steps:
605-
- uses: actions/checkout@v3
605+
- uses: actions/checkout@v4
606606
- uses: actions/setup-python@v4
607607
with:
608608
python-version: "3.8"
@@ -678,7 +678,7 @@ jobs:
678678
strategy:
679679
matrix: ${{fromJSON(needs.load-china-prod-matrix.outputs.matrix)}}
680680
steps:
681-
- uses: actions/checkout@v3
681+
- uses: actions/checkout@v4
682682
- uses: actions/setup-python@v4
683683
with:
684684
python-version: "3.8"
@@ -753,7 +753,7 @@ jobs:
753753
outputs:
754754
matrix: ${{ steps.set-matrix.outputs.matrix }}
755755
steps:
756-
- uses: actions/checkout@v3
756+
- uses: actions/checkout@v4
757757
- id: set-matrix
758758
run: echo "matrix={\"include\":$(jq -r tostring .github/workflows/gamma.json)}" >> $GITHUB_OUTPUT
759759

@@ -764,7 +764,7 @@ jobs:
764764
strategy:
765765
matrix: ${{fromJSON(needs.load-gamma-matrix2.outputs.matrix)}}
766766
steps:
767-
- uses: actions/checkout@v3
767+
- uses: actions/checkout@v4
768768
- uses: actions/setup-python@v4
769769
with:
770770
python-version: "3.8"
@@ -830,7 +830,7 @@ jobs:
830830
outputs:
831831
matrix: ${{ steps.set-matrix.outputs.matrix }}
832832
steps:
833-
- uses: actions/checkout@v3
833+
- uses: actions/checkout@v4
834834
- id: set-matrix
835835
run: echo "matrix={\"include\":$(jq -r tostring .github/workflows/prod.json)}" >> $GITHUB_OUTPUT
836836

@@ -842,7 +842,7 @@ jobs:
842842
strategy:
843843
matrix: ${{fromJSON(needs.load-prod-matrix2.outputs.matrix)}}
844844
steps:
845-
- uses: actions/checkout@v3
845+
- uses: actions/checkout@v4
846846
- uses: actions/setup-python@v4
847847
with:
848848
python-version: "3.8"
@@ -909,7 +909,7 @@ jobs:
909909
outputs:
910910
matrix: ${{ steps.set-matrix.outputs.matrix }}
911911
steps:
912-
- uses: actions/checkout@v3
912+
- uses: actions/checkout@v4
913913
- id: set-matrix
914914
run: echo "matrix={\"include\":$(jq -r tostring .github/workflows/cn-gamma.json)}" >> $GITHUB_OUTPUT
915915

@@ -921,7 +921,7 @@ jobs:
921921
strategy:
922922
matrix: ${{fromJSON(needs.load-china-gamma-matrix2.outputs.matrix)}}
923923
steps:
924-
- uses: actions/checkout@v3
924+
- uses: actions/checkout@v4
925925
- uses: actions/setup-python@v4
926926
with:
927927
python-version: "3.8"
@@ -990,7 +990,7 @@ jobs:
990990
outputs:
991991
matrix: ${{ steps.set-matrix.outputs.matrix }}
992992
steps:
993-
- uses: actions/checkout@v3
993+
- uses: actions/checkout@v4
994994
- id: set-matrix
995995
run: echo "matrix={\"include\":$(jq -r tostring .github/workflows/cn-prod.json)}" >> $GITHUB_OUTPUT
996996

@@ -1002,7 +1002,7 @@ jobs:
10021002
strategy:
10031003
matrix: ${{fromJSON(needs.load-china-prod-matrix2.outputs.matrix)}}
10041004
steps:
1005-
- uses: actions/checkout@v3
1005+
- uses: actions/checkout@v4
10061006
- uses: actions/setup-python@v4
10071007
with:
10081008
python-version: "3.8"
@@ -1069,7 +1069,7 @@ jobs:
10691069
needs: [ deploy-prod ]
10701070
runs-on: ubuntu-24.04
10711071
steps:
1072-
- uses: actions/checkout@v3
1072+
- uses: actions/checkout@v4
10731073

10741074
- name: Assume the github runner role
10751075
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)