diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index efd6caa..82d6a11 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -55,7 +55,7 @@ jobs: IS_PUSH: ${{ github.event_name == 'push' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive fetch-depth: 0