From a1becc2666657dfcae3c26aee956193e86218d3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 03:35:57 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [signpath/github-action-submit-signing-request](https://github.com/signpath/github-action-submit-signing-request). 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) Updates `signpath/github-action-submit-signing-request` from 2 to 3 - [Release notes](https://github.com/signpath/github-action-submit-signing-request/releases) - [Commits](https://github.com/signpath/github-action-submit-signing-request/compare/v2...v3) --- 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 - dependency-name: signpath/github-action-submit-signing-request dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/python-publish.yml | 2 +- .github/workflows/signpath.yml | 2 +- .github/workflows/testpypi-publish.yml | 2 +- .github/workflows/tuning.yml | 2 +- 4 files changed, 4 insertions(+), 4 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/signpath.yml b/.github/workflows/signpath.yml index a97c07c..f381ce3 100644 --- a/.github/workflows/signpath.yml +++ b/.github/workflows/signpath.yml @@ -47,7 +47,7 @@ jobs: retention-days: 7 - name: Submit SignPath request id: signpath - uses: signpath/github-action-submit-signing-request@v2 + uses: signpath/github-action-submit-signing-request@v3 with: api-token: ${{ secrets.SIGNPATH_API_TOKEN }} organization-id: ${{ vars.SIGNPATH_ORGANIZATION_ID }} 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: |