From 107a0f3a8b630e915a19116ca71ce8b01fb4c726 Mon Sep 17 00:00:00 2001 From: Chris Gerth Date: Fri, 5 Jan 2024 15:07:50 -0600 Subject: [PATCH] code checkout fixups (#1116) --- .github/workflows/python.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index de54a5475..2fdbda352 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -17,11 +17,9 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: - sparse-checkout-cone-mode: false - fetch-tags: true - fetch-depth: 99999 + fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v5