Skip to content

Commit

Permalink
ci: Fix checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Nov 14, 2023
1 parent 9904c48 commit cbf569c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
depth: 0
fetch-depth: 0

- name: Set up PDM
uses: pdm-project/setup-pdm@v3
Expand Down

0 comments on commit cbf569c

Please sign in to comment.