Skip to content

Commit 82aa777

Browse files
committed
ci(deps): bump astral-sh/setup-uv from v9.0.0 to v10.0.1
why: v10.0.0 is a deliberate breaking release one step after v9.0.0; upstream's own note is "Another breaking release, directly after v9.0.0 but we think the added security justifies that." It adds a `version: "latest-known"` selector that installs the newest uv release with a known checksum, and reads a Python version from a referenced `.tool-versions` file. v10.0.1 is a bug-fix patch only, tolerating a transient manifest timeout. The pin is the exact tag rather than a floating major on purpose: this action stopped publishing major tags after v7, so `astral-sh/setup-uv@v10` does not resolve. No inputs were added, removed or renamed across the span. v10 also changes the cache default: under `enable-cache: auto` it now disables caching for pull_request_target, workflow_run, release and tag-push triggers to close a cache-poisoning path (astral-sh/setup-uv#984). This repository does run setup-uv on release, but every one of its setup-uv steps sets `enable-cache: true` explicitly, which overrides the default - so caching behaviour here is unchanged. Releases: - https://github.com/astral-sh/setup-uv/releases/tag/v10.0.0 - https://github.com/astral-sh/setup-uv/releases/tag/v10.0.1
1 parent c61e728 commit 82aa777

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: echo "PUBLISH=$(echo true)" >> $GITHUB_ENV
4141

4242
- name: Install uv
43-
uses: astral-sh/setup-uv@v9.0.0
43+
uses: astral-sh/setup-uv@v10.0.1
4444
with:
4545
enable-cache: true
4646

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v7
1515

1616
- name: Install uv
17-
uses: astral-sh/setup-uv@v9.0.0
17+
uses: astral-sh/setup-uv@v10.0.1
1818
with:
1919
enable-cache: true
2020

@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v7
6262

6363
- name: Install uv
64-
uses: astral-sh/setup-uv@v9.0.0
64+
uses: astral-sh/setup-uv@v10.0.1
6565
with:
6666
enable-cache: true
6767

0 commit comments

Comments
 (0)