diff --git a/.github/workflows/deploy-wheels.yml b/.github/workflows/deploy-wheels.yml index b8cb8fe..35aed03 100644 --- a/.github/workflows/deploy-wheels.yml +++ b/.github/workflows/deploy-wheels.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Create sdist shell: bash -l {0} @@ -49,7 +49,7 @@ jobs: cibw_archs: "x86_64" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - run: | git fetch --prune --unshallow