diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 98149ab..2800c16 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -40,7 +40,7 @@ jobs: arch: aarch64 python: "pp3{10,11}" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true # Linux emulation for aarch64 support @@ -49,7 +49,7 @@ jobs: with: platforms: all if: runner.os == 'Linux' && matrix.arch == 'aarch64' - - uses: pypa/cibuildwheel@v4.0.0 + - uses: pypa/cibuildwheel@v4.1.0 env: CIBW_ARCHS: "${{ matrix.arch }}" CIBW_BUILD: "${{ matrix.python }}-*" @@ -64,7 +64,7 @@ jobs: name: Make SDist runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - run: pipx run build --sdist - uses: actions/upload-artifact@v7 with: