From 5052c2ffd85ef606927c83a9afb66358eac52373 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 14 Nov 2023 20:50:29 +0600 Subject: [PATCH] Revert build-coverage back to actions/checkout@v3 --- .github/workflows/build-wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 35876b13..d13fc621 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -134,7 +134,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 # TODO: Upgrade to v4 causes GLIBC failures + uses: actions/checkout@v3 # TODO: Upgrade to @v4 causes GLIBC failures with: fetch-depth: 0 @@ -159,7 +159,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 # TODO: Upgrade to @v4 causes GLIBC failures with: fetch-depth: 0