36
36
vector_cloudsmith_repo : ${{ steps.generate-publish-metadata.outputs.vector_cloudsmith_repo }}
37
37
steps :
38
38
- name : Checkout Vector
39
- uses : actions/checkout@v3
39
+ uses : actions/checkout@v4
40
40
with :
41
41
ref : ${{ inputs.git_ref }}
42
42
- name : Generate publish metadata
53
53
CHANNEL : ${{ needs.generate-publish-metadata.outputs.vector_release_channel }}
54
54
steps :
55
55
- name : Checkout Vector
56
- uses : actions/checkout@v3
56
+ uses : actions/checkout@v4
57
57
with :
58
58
ref : ${{ inputs.git_ref }}
59
59
- name : Bootstrap runner environment (Ubuntu-specific)
78
78
CHANNEL : ${{ needs.generate-publish-metadata.outputs.vector_release_channel }}
79
79
steps :
80
80
- name : Checkout Vector
81
- uses : actions/checkout@v3
81
+ uses : actions/checkout@v4
82
82
with :
83
83
ref : ${{ inputs.git_ref }}
84
84
- name : Bootstrap runner environment (Ubuntu-specific)
@@ -103,7 +103,7 @@ jobs:
103
103
CHANNEL : ${{ needs.generate-publish-metadata.outputs.vector_release_channel }}
104
104
steps :
105
105
- name : Checkout Vector
106
- uses : actions/checkout@v3
106
+ uses : actions/checkout@v4
107
107
with :
108
108
ref : ${{ inputs.git_ref }}
109
109
- name : Bootstrap runner environment (Ubuntu-specific)
@@ -130,7 +130,7 @@ jobs:
130
130
CHANNEL : ${{ needs.generate-publish-metadata.outputs.vector_release_channel }}
131
131
steps :
132
132
- name : Checkout Vector
133
- uses : actions/checkout@v3
133
+ uses : actions/checkout@v4
134
134
with :
135
135
ref : ${{ inputs.git_ref }}
136
136
- name : Bootstrap runner environment (Ubuntu-specific)
@@ -157,7 +157,7 @@ jobs:
157
157
CHANNEL : ${{ needs.generate-publish-metadata.outputs.vector_release_channel }}
158
158
steps :
159
159
- name : Checkout Vector
160
- uses : actions/checkout@v3
160
+ uses : actions/checkout@v4
161
161
with :
162
162
ref : ${{ inputs.git_ref }}
163
163
- name : Bootstrap runner environment (Ubuntu-specific)
@@ -184,7 +184,7 @@ jobs:
184
184
CHANNEL : ${{ needs.generate-publish-metadata.outputs.vector_release_channel }}
185
185
steps :
186
186
- name : Checkout Vector
187
- uses : actions/checkout@v3
187
+ uses : actions/checkout@v4
188
188
with :
189
189
ref : ${{ inputs.git_ref }}
190
190
- name : Bootstrap runner environment (Ubuntu-specific)
@@ -211,7 +211,7 @@ jobs:
211
211
CHANNEL : ${{ needs.generate-publish-metadata.outputs.vector_release_channel }}
212
212
steps :
213
213
- name : Checkout Vector
214
- uses : actions/checkout@v3
214
+ uses : actions/checkout@v4
215
215
with :
216
216
ref : ${{ inputs.git_ref }}
217
217
- name : Bootstrap runner environment (macOS-specific)
@@ -241,7 +241,7 @@ jobs:
241
241
RELEASE_BUILDER : " true"
242
242
steps :
243
243
- name : Checkout Vector
244
- uses : actions/checkout@v3
244
+ uses : actions/checkout@v4
245
245
with :
246
246
ref : ${{ inputs.git_ref }}
247
247
- name : Bootstrap runner environment (Windows-specific)
@@ -309,7 +309,7 @@ jobs:
309
309
- name : Fix Git safe directories issue when in containers (actions/checkout#760)
310
310
run : git config --global --add safe.directory /__w/vector/vector
311
311
- name : Checkout Vector
312
- uses : actions/checkout@v3
312
+ uses : actions/checkout@v4
313
313
with :
314
314
ref : ${{ inputs.git_ref }}
315
315
- name : Download staged package artifacts (x86_64-unknown-linux-gnu)
@@ -365,7 +365,7 @@ jobs:
365
365
- name : Fix Git safe directories issue when in containers (actions/checkout#760)
366
366
run : git config --global --add safe.directory /__w/vector/vector
367
367
- name : Checkout Vector
368
- uses : actions/checkout@v3
368
+ uses : actions/checkout@v4
369
369
with :
370
370
ref : ${{ inputs.git_ref }}
371
371
- name : Download staged package artifacts (x86_64-unknown-linux-gnu)
@@ -392,7 +392,7 @@ jobs:
392
392
VECTOR_VERSION : ${{ needs.generate-publish-metadata.outputs.vector_version }}
393
393
steps :
394
394
- name : Checkout Vector
395
- uses : actions/checkout@v3
395
+ uses : actions/checkout@v4
396
396
with :
397
397
ref : ${{ inputs.git_ref }}
398
398
- name : Download staged package artifacts (x86_64-apple-darwin)
@@ -422,7 +422,7 @@ jobs:
422
422
CHANNEL : ${{ needs.generate-publish-metadata.outputs.vector_release_channel }}
423
423
steps :
424
424
- name : Checkout Vector
425
- uses : actions/checkout@v3
425
+ uses : actions/checkout@v4
426
426
with :
427
427
ref : ${{ inputs.git_ref }}
428
428
- name : Login to DockerHub
@@ -497,7 +497,7 @@ jobs:
497
497
CHANNEL : ${{ needs.generate-publish-metadata.outputs.vector_release_channel }}
498
498
steps :
499
499
- name : Checkout Vector
500
- uses : actions/checkout@v3
500
+ uses : actions/checkout@v4
501
501
with :
502
502
ref : ${{ inputs.git_ref }}
503
503
- name : Download staged package artifacts (aarch64-unknown-linux-gnu)
@@ -568,7 +568,7 @@ jobs:
568
568
VECTOR_VERSION : ${{ needs.generate-publish-metadata.outputs.vector_version }}
569
569
steps :
570
570
- name : Checkout Vector
571
- uses : actions/checkout@v3
571
+ uses : actions/checkout@v4
572
572
with :
573
573
ref : ${{ inputs.git_ref }}
574
574
- name : Download staged package artifacts (aarch64-unknown-linux-gnu)
@@ -628,7 +628,7 @@ jobs:
628
628
VECTOR_VERSION : ${{ needs.generate-publish-metadata.outputs.vector_version }}
629
629
steps :
630
630
- name : Checkout Vector
631
- uses : actions/checkout@v3
631
+ uses : actions/checkout@v4
632
632
with :
633
633
ref : ${{ inputs.git_ref }}
634
634
- name : Publish update to Homebrew tap
@@ -653,7 +653,7 @@ jobs:
653
653
CLOUDSMITH_REPO : ${{ needs.generate-publish-metadata.outputs.vector_cloudsmith_repo }}
654
654
steps :
655
655
- name : Checkout Vector
656
- uses : actions/checkout@v3
656
+ uses : actions/checkout@v4
657
657
with :
658
658
ref : ${{ inputs.git_ref }}
659
659
- name : Download staged package artifacts (aarch64-unknown-linux-gnu)
0 commit comments