Skip to content

Commit

Permalink
code checkout fixups (#1116)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerth2 authored Jan 5, 2024
1 parent 0af5a62 commit 107a0f3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 107a0f3

Please sign in to comment.