From 9fadc9bdb47cc2782312e67dc55242084902b473 Mon Sep 17 00:00:00 2001 From: Elephant Liu Date: Fri, 27 Mar 2026 15:44:01 +0800 Subject: [PATCH] chore: upgrade checkout in release action --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b7ce227..b6d3f45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,15 +6,11 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 with: # include git history for setuptools-scm fetch-depth: 20 fetch-tags: true - - # work around a bug of checkout - # https://github.com/actions/checkout/issues/1467 - ref: ${{ github.ref }} - name: Set up Python uses: actions/setup-python@v3 - name: build