Skip to content

Commit ba2a2e5

Browse files
Merge branch 'main' into field_ids
2 parents 19fbe76 + ea51429 commit ba2a2e5

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/bindings_python_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757
steps:
5858
- uses: actions/checkout@v5
59-
- uses: astral-sh/setup-uv@v6
59+
- uses: astral-sh/setup-uv@v7
6060
with:
6161
version: "0.9.3"
6262
enable-cache: true
@@ -90,7 +90,7 @@ jobs:
9090
working-directory: "bindings/python"
9191
command: build
9292
args: --out dist --sdist
93-
- uses: astral-sh/setup-uv@v6
93+
- uses: astral-sh/setup-uv@v7
9494
with:
9595
version: "0.9.3"
9696
enable-cache: true

.github/workflows/ci_typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v5
4444
- name: Check typos
45-
uses: crate-ci/typos@v1.38.1
45+
uses: crate-ci/typos@v1.39.0

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)