@@ -187,13 +187,13 @@ jobs:
187
187
if : ${{ inputs.run_lint == 'true' }}
188
188
steps :
189
189
- name : Checkout local github actions
190
- uses : actions/checkout@v3
190
+ uses : actions/checkout@v4
191
191
with :
192
192
repository : everest/everest-ci
193
193
ref : ${{ needs.setup-env.outputs.sha_everest_ci }}
194
194
path : everest-ci
195
195
- name : Checkout repository
196
- uses : actions/checkout@v3
196
+ uses : actions/checkout@v4
197
197
with :
198
198
path : source
199
199
- name : Run clang-format
@@ -318,7 +318,7 @@ jobs:
318
318
BUILD_KIT_IMAGE : ${{ needs.build-the-build-kit.outputs.build_kit_image_tag }}
319
319
steps :
320
320
- name : Checkout local github actions
321
- uses : actions/checkout@v3
321
+ uses : actions/checkout@v4
322
322
with :
323
323
repository : everest/everest-ci
324
324
ref : ${{ needs.setup-env.outputs.sha_everest_ci }}
@@ -330,15 +330,15 @@ jobs:
330
330
echo "branch_name_for_cache=${BRANCH_NAME_FOR_CACHE}" >> "$GITHUB_ENV"
331
331
- name : Setup cache
332
332
if : ${{ inputs.use_build_cache == 'true' }}
333
- uses : actions/cache@v3
333
+ uses : actions/cache@v4
334
334
with :
335
335
path : cache
336
336
key : compile-${{ env.branch_name_for_cache }}-${{ github.sha }}
337
337
restore-keys : |
338
338
compile-${{ env.branch_name_for_cache }}-
339
339
compile-
340
340
- name : Checkout repository
341
- uses : actions/checkout@v3
341
+ uses : actions/checkout@v4
342
342
with :
343
343
path : source
344
344
- name : Setup run scripts
@@ -525,7 +525,7 @@ jobs:
525
525
if : ${{ inputs.run_coverage && inputs.do_not_run_coverage_badge_creation == 'false' && inputs.run_coverage == 'true' && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
526
526
steps :
527
527
- name : Checkout local github actions
528
- uses : actions/checkout@v3
528
+ uses : actions/checkout@v4
529
529
with :
530
530
repository : everest/everest-ci
531
531
ref : ${{ needs.setup-env.outputs.sha_everest_ci }}
0 commit comments