Skip to content

Commit 6baf836

Browse files
committed
fix: use full git history in build job
1 parent e7607a4 commit 6baf836

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
run:
3636
shell: bash -l {0}
3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
39+
with:
40+
fetch-depth: 0
3941

4042
- uses: conda-incubator/setup-miniconda@v3
4143
with:

0 commit comments

Comments
 (0)