From 7312865d26add2dfb2cb58baeb6ee26be180a747 Mon Sep 17 00:00:00 2001 From: Ishaan Desai Date: Thu, 23 May 2024 18:06:08 +0200 Subject: [PATCH] Revert to using checkout Action v2 in the publishing CI --- .github/workflows/pythonpublish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index c0addff..25cb7da 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -9,9 +9,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 + - uses: actions/checkout@v2 - name: Set up Python uses: actions/setup-python@v5 with: