From 54db7bca86611baf1ef23c9e229477367e2fe309 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 03:35:15 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `pypa/cibuildwheel` from 4.2.0 to 4.2.1 - [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.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/cibuildwheel dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/python-publish.yml | 2 +- .github/workflows/testpypi-publish.yml | 2 +- .github/workflows/tuning.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index ae99a48..733e0a5 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -78,7 +78,7 @@ jobs: with: persist-credentials: false - name: Build and test installed wheels - uses: pypa/cibuildwheel@v4.2.0 + uses: pypa/cibuildwheel@v4.2.1 with: output-dir: wheelhouse env: diff --git a/.github/workflows/testpypi-publish.yml b/.github/workflows/testpypi-publish.yml index e451e95..638033c 100644 --- a/.github/workflows/testpypi-publish.yml +++ b/.github/workflows/testpypi-publish.yml @@ -18,7 +18,7 @@ jobs: with: python-version: "3.12" - name: Build and test representative native wheel - uses: pypa/cibuildwheel@v4.2.0 + uses: pypa/cibuildwheel@v4.2.1 with: output-dir: dist env: diff --git a/.github/workflows/tuning.yml b/.github/workflows/tuning.yml index 34db797..67c881f 100644 --- a/.github/workflows/tuning.yml +++ b/.github/workflows/tuning.yml @@ -46,7 +46,7 @@ jobs: scale: "3.5" divisor: "16.0" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Build and sweep shell: bash run: |