Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
persist-credentials: false

# setup-uv publishes no floating major tag since v8, so pin an exact release.
- uses: astral-sh/setup-uv@v10.0.1
- uses: astral-sh/setup-uv@v10.1.0
with:
python-version: "3.13"
# Same dependency set and cache key as "test (3.13)". Only that job
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
persist-credentials: false

# Sole writer of the per-Python-version dependency cache.
- uses: astral-sh/setup-uv@v10.0.1
- uses: astral-sh/setup-uv@v10.1.0
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -78,7 +78,7 @@ jobs:

# "uv build" only resolves the build backend, so a cache entry would add
# no measurable benefit while colliding with the docs workflow key.
- uses: astral-sh/setup-uv@v10.0.1
- uses: astral-sh/setup-uv@v10.1.0
with:
enable-cache: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v7

# setup-uv publishes no floating major tag since v8, so pin an exact release.
- uses: astral-sh/setup-uv@v10.0.1
- uses: astral-sh/setup-uv@v10.1.0
with:
python-version: "3.13"
# The docs group is a subset of the cache "test (3.13)" saves under
Expand Down