Skip to content

Commit 9f3c00b

Browse files
wip
1 parent 491eca7 commit 9f3c00b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff 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

.github/workflows/check-containers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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

0 commit comments

Comments
 (0)