code checkout fixups (#1116)

This commit is contained in:
Chris Gerth
2024-01-05 15:07:50 -06:00
committed by GitHub
parent 0af5a62d5e
commit 107a0f3a8b

View File

@@ -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