File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ jobs:
312312
313313 - name : Checkout
314314 if : fromJSON(matrix.config.container) == null
315- uses : actions/checkout@v4
315+ uses : actions/checkout@v3
316316
317317 - name : Checkout
318318 # actions/checkout@v4 has dependency on a higher version of glibc than available in the Linux container.
@@ -447,7 +447,7 @@ jobs:
447447 echo "CHANNEL_FILES_PATH=${{ runner.temp }}/channel-files" >> "$GITHUB_ENV"
448448
449449 - name : Checkout
450- uses : actions/checkout@v4
450+ uses : actions/checkout@v3
451451
452452 - name : Download staged-for-merge channel files artifact
453453 uses : actions/download-artifact@v3
@@ -529,7 +529,7 @@ jobs:
529529 BODY : ${{ steps.changelog.outputs.BODY }}
530530 steps :
531531 - name : Checkout
532- uses : actions/checkout@v4
532+ uses : actions/checkout@v3
533533 with :
534534 fetch-depth : 0 # To fetch all history for all branches and tags.
535535
Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v3
4444
4545 - name : Build and push to local registry
4646 uses : docker/build-push-action@v5
You can’t perform that action at this time.
0 commit comments