Skip to content

Commit f4a5728

Browse files
[create-pull-request] automated change
1 parent 70a16a5 commit f4a5728

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/pages/guides/gha_wheels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ build_wheels:
119119
120120
- uses: astral-sh/setup-uv@v6
121121
122-
- uses: pypa/cibuildwheel@v2.23
122+
- uses: pypa/cibuildwheel@v3.0
123123
124124
- name: Upload wheels
125125
uses: actions/upload-artifact@v4

docs/pages/guides/style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ following pre-commit config:
744744

745745
```yaml
746746
- repo: https://github.com/pre-commit/mirrors-clang-format
747-
rev: "v20.1.5"
747+
rev: "v20.1.6"
748748
hooks:
749749
- id: clang-format
750750
types_or: [c++, c, cuda]

{{cookiecutter.project_name}}/.github/workflows/{% if cookiecutter.__type=='compiled' %}cd.yml{% endif %}

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

5151
- uses: astral-sh/setup-uv@v6
5252

53-
- uses: pypa/cibuildwheel@v2.23
53+
- uses: pypa/cibuildwheel@v3.0
5454

5555
- name: Upload wheels
5656
uses: actions/upload-artifact@v4

{{cookiecutter.project_name}}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ repos:
5151
{%- if cookiecutter.backend in ["pybind11", "skbuild", "mesonpy"] %}
5252

5353
- repo: https://github.com/pre-commit/mirrors-clang-format
54-
rev: "v20.1.5"
54+
rev: "v20.1.6"
5555
hooks:
5656
- id: clang-format
5757
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)