Skip to content

Commit d645f49

Browse files
Correct git fetch-depth
1 parent 2ea7e05 commit d645f49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
runs-on: ${{ matrix.os }}
3232

3333
steps:
34-
- uses: actions/checkout@v1
34+
- uses: actions/checkout@v4
3535
with:
36+
fetch-depth: 0
3637
submodules: false
3738

3839
- name: Use Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)