File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ jobs:
312
312
313
313
- name : Checkout
314
314
if : fromJSON(matrix.config.container) == null
315
- uses : actions/checkout@v4
315
+ uses : actions/checkout@v3
316
316
317
317
- name : Checkout
318
318
# actions/checkout@v4 has dependency on a higher version of glibc than available in the Linux container.
@@ -447,7 +447,7 @@ jobs:
447
447
echo "CHANNEL_FILES_PATH=${{ runner.temp }}/channel-files" >> "$GITHUB_ENV"
448
448
449
449
- name : Checkout
450
- uses : actions/checkout@v4
450
+ uses : actions/checkout@v3
451
451
452
452
- name : Download staged-for-merge channel files artifact
453
453
uses : actions/download-artifact@v3
@@ -529,7 +529,7 @@ jobs:
529
529
BODY : ${{ steps.changelog.outputs.BODY }}
530
530
steps :
531
531
- name : Checkout
532
- uses : actions/checkout@v4
532
+ uses : actions/checkout@v3
533
533
with :
534
534
fetch-depth : 0 # To fetch all history for all branches and tags.
535
535
Original file line number Diff line number Diff line change 40
40
41
41
steps :
42
42
- name : Checkout repository
43
- uses : actions/checkout@v4
43
+ uses : actions/checkout@v3
44
44
45
45
- name : Build and push to local registry
46
46
uses : docker/build-push-action@v5
You can’t perform that action at this time.
0 commit comments