Skip to content

Commit

Permalink
Use correct depth argument for checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Mar 20, 2024
1 parent 1711cd5 commit 049c64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: 📥 Checkout the repository
uses: actions/[email protected]
with:
depth: 0
fetch-depth: 0

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

0 comments on commit 049c64e

Please sign in to comment.