From f394cf914c723b0dffe33a14f6ff42db6f3bf51d Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Mon, 22 Jul 2024 08:56:19 +0200 Subject: [PATCH] downgrade checkout action on manylinux container --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 4c579c4fc..a9cfe0690 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -185,7 +185,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v2 - name: Install build dependencies run: |