update git action

Signed-off-by: Cwen Yin <cwenyin0@gmail.com>
This commit is contained in:
Cwen Yin 2022-08-16 16:56:10 +08:00
parent 3153bdc75b
commit dc42d0f2b6
2 changed files with 2 additions and 4 deletions

View File

@ -34,8 +34,7 @@ jobs:
- uses: actions/checkout@master
with:
# Must use at least depth 2!
fetch-depth: 2
fetch-depth: 0
- name: Setup python3
run: |

View File

@ -27,8 +27,7 @@ jobs:
- uses: actions/checkout@master
with:
# Must use at least depth 2!
fetch-depth: 2
fetch-depth: 0
- name: Setup python3
run: |