From f6feb59b735bd72d7142546d7488a0772f26c555 Mon Sep 17 00:00:00 2001 From: Keming Date: Thu, 21 Sep 2023 15:59:43 +0800 Subject: [PATCH] chore: fix ci tag Signed-off-by: Keming --- .github/workflows/python-publish.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index d1f1c9b..a07877e 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -22,9 +22,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: '3.10' - name: Install dependencies