Skip to content

Commit

Permalink
ci: Try workaround from actions/checkout#1467
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Nov 21, 2023
1 parent 3821b92 commit 4bfc2e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-tags: true
- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 4bfc2e5

Please sign in to comment.