Skip to content

Commit b985df0

Browse files
Bump pypa/cibuildwheel from 2.23.2 to 2.23.3 in the actions group (scikit-learn#31291)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: adrinjalali <adrin.jalali@gmail.com>
1 parent c155113 commit b985df0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cuda-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Build wheels
21-
uses: pypa/cibuildwheel@v2.23.2
21+
uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a
2222
env:
2323
CIBW_BUILD: cp313-manylinux_x86_64
2424
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
persist-credentials: false
6969

70-
- uses: pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
70+
- uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a
7171
env:
7272
CIBW_PLATFORM: pyodide
7373
SKLEARN_SKIP_OPENMP_TEST: "true"

0 commit comments

Comments
 (0)