diff --git a/.github/workflows/emscripten.yaml b/.github/workflows/emscripten.yaml index d2dad41b..7e131f97 100644 --- a/.github/workflows/emscripten.yaml +++ b/.github/workflows/emscripten.yaml @@ -24,7 +24,7 @@ jobs: submodules: true fetch-depth: 0 - - uses: pypa/cibuildwheel@v2.21 + - uses: pypa/cibuildwheel@v2.22 env: CIBW_PLATFORM: pyodide diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1c101318..5f8908aa 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -128,7 +128,7 @@ jobs: - uses: yezz123/setup-uv@v4 - - uses: pypa/cibuildwheel@v2.21 + - uses: pypa/cibuildwheel@v2.22 with: only: "${{ matrix.only }}" env: diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index b29d4ba9..e5268a2a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -57,7 +57,7 @@ jobs: with: platforms: all - - uses: pypa/cibuildwheel@v2.21 + - uses: pypa/cibuildwheel@v2.22 env: CIBW_BUILD: cp${{ matrix.python }}-manylinux_* CIBW_ARCHS: ${{ matrix.arch }} @@ -120,7 +120,7 @@ jobs: with: python-version: 3.8 - - uses: pypa/cibuildwheel@v2.21 + - uses: pypa/cibuildwheel@v2.22 env: CIBW_BUILD: ${{ matrix.build }} CIBW_ARCHS: ${{ matrix.arch }} @@ -159,7 +159,7 @@ jobs: run: ls -lh dist - name: Generate artifact attestation for sdist and wheels - uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3 + uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4 with: subject-path: "dist/boost_histogram-*"