From 80f980eaceb6e1c68a00e4a4e3c9738e9346501c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 15:01:33 +0000 Subject: [PATCH] Bump the actions group with 2 updates Bumps the actions group with 2 updates: [actions/cache](https://github.com/actions/cache) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) Updates `pypa/cibuildwheel` from 4.1.1 to 4.2.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v4.1.1...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-binaries.yml | 2 +- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index d55fcef..2949a9d 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -101,7 +101,7 @@ jobs: # into the "fixed" binary, silently, with a green build. - name: Restore dependency cache id: cache-deps - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ${{ env.SB_BUILD_DIR }}/deps diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e3e3127..200a875 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -62,7 +62,7 @@ jobs: with: fetch-depth: 0 - - uses: pypa/cibuildwheel@v4.1.1 + - uses: pypa/cibuildwheel@v4.2.0 env: CIBW_ARCHS: ${{ matrix.arch }} # musl images have no prebuilt plastimatch archive to wrap. diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 497868c..2bd7376 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: # test environment (test-command in pyproject.toml). That covers the DICOM round-trip, # so a broken archive pin or a binary that cannot read DICOM fails here rather than # after publishing. - - uses: pypa/cibuildwheel@v4.1.1 + - uses: pypa/cibuildwheel@v4.2.0 env: CIBW_ARCHS: ${{ matrix.arch }} CIBW_SKIP: "*musllinux*"