From 18bd0eb41a5c4155dcadbcd5c504c9a51295e397 Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Tue, 26 Mar 2024 10:40:42 +0400 Subject: [PATCH] Downgrade checkout action to run within container --- .github/workflows/cli-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli-wheels.yml b/.github/workflows/cli-wheels.yml index ef6b3b78..18cbe661 100644 --- a/.github/workflows/cli-wheels.yml +++ b/.github/workflows/cli-wheels.yml @@ -22,7 +22,7 @@ jobs: target: [x86_64] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 - uses: actions/setup-python@v5 with: # WARNING: be careful with the ordering - the last version is the