95
95
- name : Check out src from Git
96
96
if : >-
97
97
steps.request-check.outputs.release-requested != 'true'
98
- uses : actions/checkout@v3
98
+ uses : actions/checkout@v4
99
99
with :
100
100
fetch-depth : 0
101
101
ref : ${{ github.event.inputs.release-commitish }}
@@ -266,7 +266,7 @@ jobs:
266
266
tox==3.28.0
267
267
268
268
- name : Grab the source from Git
269
- uses : actions/checkout@v3
269
+ uses : actions/checkout@v4
270
270
with :
271
271
fetch-depth : 0
272
272
ref : ${{ github.event.inputs.release-commitish }}
@@ -391,7 +391,7 @@ jobs:
391
391
tox==3.28.0
392
392
393
393
- name : Grab the source from Git
394
- uses : actions/checkout@v3
394
+ uses : actions/checkout@v4
395
395
with :
396
396
ref : ${{ github.event.inputs.release-commitish }}
397
397
@@ -517,7 +517,7 @@ jobs:
517
517
tox==3.28.0
518
518
519
519
- name : Grab the source from Git
520
- uses : actions/checkout@v3
520
+ uses : actions/checkout@v4
521
521
with :
522
522
ref : ${{ github.event.inputs.release-commitish }}
523
523
@@ -562,7 +562,7 @@ jobs:
562
562
name : 🐳 Build & Test
563
563
steps :
564
564
- name : Checkout
565
- uses : actions/checkout@v3
565
+ uses : actions/checkout@v4
566
566
with :
567
567
ref : ${{ github.event.inputs.release-commitish }}
568
568
- name : Download all the dists
@@ -630,7 +630,7 @@ jobs:
630
630
631
631
steps :
632
632
- name : Checkout repository
633
- uses : actions/checkout@v3
633
+ uses : actions/checkout@v4
634
634
with :
635
635
# We must fetch at least the immediate parents so that if this is
636
636
# a pull request then we can checkout the head.
@@ -677,7 +677,7 @@ jobs:
677
677
# # max-parallel: 1
678
678
# fail-fast: false
679
679
# steps:
680
- # - uses: actions/checkout@v3
680
+ # - uses: actions/checkout@v4
681
681
# - name: Setup Python
682
682
# uses: actions/setup-python@v4
683
683
# with:
@@ -699,7 +699,7 @@ jobs:
699
699
# max-parallel: 4
700
700
fail-fast : false
701
701
steps :
702
- - uses : actions/checkout@v3
702
+ - uses : actions/checkout@v4
703
703
- name : Setup Node
704
704
uses : actions/setup-node@v3
705
705
with :
@@ -729,7 +729,7 @@ jobs:
729
729
python : ['3.10']
730
730
fail-fast : false
731
731
steps :
732
- - uses : actions/checkout@v3
732
+ - uses : actions/checkout@v4
733
733
with :
734
734
fetch-depth : 0
735
735
- name : Setup Python
@@ -759,7 +759,7 @@ jobs:
759
759
name : 🐳 ghcr:latest
760
760
steps :
761
761
- name : Checkout
762
- uses : actions/checkout@v3
762
+ uses : actions/checkout@v4
763
763
with :
764
764
ref : ${{ github.event.inputs.release-commitish }}
765
765
- name : Download all the dists
@@ -841,7 +841,7 @@ jobs:
841
841
name : 🐳 ghcr:openssl
842
842
steps :
843
843
- name : Checkout
844
- uses : actions/checkout@v3
844
+ uses : actions/checkout@v4
845
845
with :
846
846
ref : ${{ github.event.inputs.release-commitish }}
847
847
- name : Download all the dists
@@ -921,7 +921,7 @@ jobs:
921
921
name : 🐳 docker:latest
922
922
steps :
923
923
- name : Checkout
924
- uses : actions/checkout@v3
924
+ uses : actions/checkout@v4
925
925
with :
926
926
ref : ${{ github.event.inputs.release-commitish }}
927
927
- name : Download all the dists
@@ -1061,7 +1061,7 @@ jobs:
1061
1061
1062
1062
steps :
1063
1063
- name : Fetch the src snapshot
1064
- uses : actions/checkout@v3
1064
+ uses : actions/checkout@v4
1065
1065
with :
1066
1066
fetch-depth : 1
1067
1067
ref : ${{ github.event.inputs.release-commitish }}
0 commit comments