Commit 82aa777
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.11 parent c61e728 commit 82aa777
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments