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
@@ -508,7 +508,7 @@ jobs:
508
508
tox==3.28.0
509
509
510
510
- name : Grab the source from Git
511
- uses : actions/checkout@v3
511
+ uses : actions/checkout@v4
512
512
with :
513
513
ref : ${{ github.event.inputs.release-commitish }}
514
514
@@ -553,7 +553,7 @@ jobs:
553
553
name : 🐳 Build & Test
554
554
steps :
555
555
- name : Checkout
556
- uses : actions/checkout@v3
556
+ uses : actions/checkout@v4
557
557
with :
558
558
ref : ${{ github.event.inputs.release-commitish }}
559
559
- name : Download all the dists
@@ -621,7 +621,7 @@ jobs:
621
621
622
622
steps :
623
623
- name : Checkout repository
624
- uses : actions/checkout@v3
624
+ uses : actions/checkout@v4
625
625
with :
626
626
# We must fetch at least the immediate parents so that if this is
627
627
# a pull request then we can checkout the head.
@@ -668,7 +668,7 @@ jobs:
668
668
# # max-parallel: 1
669
669
# fail-fast: false
670
670
# steps:
671
- # - uses: actions/checkout@v3
671
+ # - uses: actions/checkout@v4
672
672
# - name: Setup Python
673
673
# uses: actions/setup-python@v4
674
674
# with:
@@ -690,7 +690,7 @@ jobs:
690
690
# max-parallel: 4
691
691
fail-fast : false
692
692
steps :
693
- - uses : actions/checkout@v3
693
+ - uses : actions/checkout@v4
694
694
- name : Setup Node
695
695
uses : actions/setup-node@v3
696
696
with :
@@ -720,7 +720,7 @@ jobs:
720
720
python : ['3.10']
721
721
fail-fast : false
722
722
steps :
723
- - uses : actions/checkout@v3
723
+ - uses : actions/checkout@v4
724
724
with :
725
725
fetch-depth : 0
726
726
- name : Setup Python
@@ -750,7 +750,7 @@ jobs:
750
750
name : 🐳 ghcr:latest
751
751
steps :
752
752
- name : Checkout
753
- uses : actions/checkout@v3
753
+ uses : actions/checkout@v4
754
754
with :
755
755
ref : ${{ github.event.inputs.release-commitish }}
756
756
- name : Download all the dists
@@ -832,7 +832,7 @@ jobs:
832
832
name : 🐳 ghcr:openssl
833
833
steps :
834
834
- name : Checkout
835
- uses : actions/checkout@v3
835
+ uses : actions/checkout@v4
836
836
with :
837
837
ref : ${{ github.event.inputs.release-commitish }}
838
838
- name : Download all the dists
@@ -912,7 +912,7 @@ jobs:
912
912
name : 🐳 docker:latest
913
913
steps :
914
914
- name : Checkout
915
- uses : actions/checkout@v3
915
+ uses : actions/checkout@v4
916
916
with :
917
917
ref : ${{ github.event.inputs.release-commitish }}
918
918
- name : Download all the dists
@@ -1052,7 +1052,7 @@ jobs:
1052
1052
1053
1053
steps :
1054
1054
- name : Fetch the src snapshot
1055
- uses : actions/checkout@v3
1055
+ uses : actions/checkout@v4
1056
1056
with :
1057
1057
fetch-depth : 1
1058
1058
ref : ${{ github.event.inputs.release-commitish }}
0 commit comments