Skip to content

Commit

Permalink
chore(ci): remove fetch-depth from checkout action in Windows CI work…
Browse files Browse the repository at this point in the history
…flow
  • Loading branch information
amnweb committed Jan 24, 2025
1 parent 6f0c6e6 commit a137057
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/windows-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: dev

- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit a137057

Please # to comment.