We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7607a4 commit 6baf836Copy full SHA for 6baf836
1 file changed
.github/workflows/main.yaml
@@ -35,7 +35,9 @@ jobs:
35
run:
36
shell: bash -l {0}
37
steps:
38
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
39
+ with:
40
+ fetch-depth: 0
41
42
- uses: conda-incubator/setup-miniconda@v3
43
with:
0 commit comments