Skip to content

Commit 0a1f8cb

Browse files
chore(deps): bump the actions group with 2 updates (#984)
Bumps the actions group with 2 updates: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `pypa/cibuildwheel` from 2.22 to 2.23 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.22...v2.23) Updates `actions/attest-build-provenance` from 2.2.0 to 2.2.2 - [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@520d128...bd77c07) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ae940b commit 0a1f8cb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/emscripten.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
submodules: true
2525
fetch-depth: 0
2626

27-
- uses: pypa/cibuildwheel@v2.22
27+
- uses: pypa/cibuildwheel@v2.23
2828
env:
2929
CIBW_PLATFORM: pyodide
3030

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133

134134
- uses: astral-sh/setup-uv@v5
135135

136-
- uses: pypa/cibuildwheel@v2.22
136+
- uses: pypa/cibuildwheel@v2.23
137137
with:
138138
only: "${{ matrix.only }}"
139139
env:

.github/workflows/wheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
python-version: 3.8
9898

99-
- uses: pypa/cibuildwheel@v2.22
99+
- uses: pypa/cibuildwheel@v2.23
100100
env:
101101
CIBW_BUILD: ${{ matrix.build }}
102102
CIBW_ARCHS: ${{ matrix.arch }}
@@ -135,7 +135,7 @@ jobs:
135135
run: ls -lh dist
136136

137137
- name: Generate artifact attestation for sdist and wheels
138-
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
138+
uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
139139
with:
140140
subject-path: "dist/boost_histogram-*"
141141

0 commit comments

Comments
 (0)