Skip to content

Commit b31975f

Browse files
chore(deps): bump the actions group across 1 directory with 3 updates (#542)
Bumps the actions group with 3 updates in the / directory: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel), [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `pypa/cibuildwheel` from 2.20 to 2.21 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.20...v2.21) Updates `actions/attest-build-provenance` from 1.4.2 to 1.4.3 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@6149ea5...1c608d1) Updates `peter-evans/create-pull-request` from 6 to 7 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v6...v7) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b6040d3 commit b31975f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
115115

116116
- name: Build wheels
117-
uses: pypa/cibuildwheel@v2.20
117+
uses: pypa/cibuildwheel@v2.21
118118
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
119119
env:
120120
CIBW_ARCHS: "${{ matrix.arch }}"
@@ -143,7 +143,7 @@ jobs:
143143
fetch-depth: 0 # required for versioneer to find tags
144144

145145
- name: Build wheels
146-
uses: pypa/cibuildwheel@v2.20
146+
uses: pypa/cibuildwheel@v2.21
147147
env:
148148
CIBW_ARCHS: "${{ matrix.arch }}"
149149
CIBW_BUILD: "cp39-manylinux_*"
@@ -243,7 +243,7 @@ jobs:
243243
path: dist
244244

245245
- name: Generate artifact attestation for sdist and wheel
246-
uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
246+
uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
247247
with:
248248
subject-path: "dist/cmake-*"
249249

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Create Pull Request
4747
if: github.ref == 'refs/heads/main' && github.repository == 'scikit-build/cmake-python-distributions'
48-
uses: peter-evans/create-pull-request@v6
48+
uses: peter-evans/create-pull-request@v7
4949
with:
5050
commit-message: '[Bot] Update to ${{ matrix.dependency_nice }} ${{ steps.bump.outputs.version }}'
5151
title: '[Bot] Update to ${{ matrix.dependency_nice }} ${{ steps.bump.outputs.version }}'

0 commit comments

Comments
 (0)