1 parent cb5ce9f commit 5a5e538Copy full SHA for 5a5e538
2 files changed
.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
55
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
56
57
- name: Build wheels
58
- uses: pypa/cibuildwheel@4726cd35bb13f7bde50cf2761f2499ac7b3aa32c # v4.1.1
+ uses: pypa/cibuildwheel@1828c10ab37f080699c7b81cea34097c684a7074 # v4.2.0
59
env:
60
CIBW_ARCHS: "${{ matrix.archs }}"
61
CIBW_BUILD: "${{ matrix.build && '*-' || ''}}${{ matrix.build }}*"
.github/workflows/codspeed.yml
@@ -36,7 +36,7 @@ jobs:
36
run: python setup.py build_ext --inplace
37
38
- name: Run benchmarks
39
- uses: CodSpeedHQ/action@88472375d0a4572cf70a9f1fe3a4e0ab8da1b924 # v5.0.1
+ uses: CodSpeedHQ/action@4296e51e7041e24dadb86d1d6e8b9320d223dbe8 # v5.0.3
40
with:
41
mode: simulation
42
run: pytest tests/test_benchmark.py --codspeed
0 commit comments