From 1a9bff1a507c6b2bd96e646f8ea5a2deccffab78 Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Wed, 17 Jan 2024 06:18:03 +0000 Subject: [PATCH] Downgrade checkout version due to https://github.com/actions/checkout/issues/1487 --- .github/workflows/ci-linux.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 84e3818a071..03093b74fcf 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -62,7 +62,8 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + # cannot use v4 yet because of https://github.com/actions/checkout/issues/1487 + uses: actions/checkout@v3 - name: Check for Python version run: |