diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 521233a..2baba71 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -48,7 +48,7 @@ jobs: IS_PUSH: ${{ github.event_name == 'push' }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive fetch-depth: 0