Commit 9ce0f56
Move setup-uv to v9 (#65)
Found in a workspace-wide Actions audit: this was the last Python repo
still on `astral-sh/setup-uv@v8.3.2` (3 sites: ci, security, publish).
python-commerce already took v9.0.0 via Dependabot and runs it green.
v9's only breaking change is the `prune-cache` default flipping to
`false`, which changes Actions cache size rather than behaviour, and the
uv cache here is managed by its own `actions/cache` step rather than
setup-uv's.
Everything else in this repo audited current.
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 46dae48 commit 9ce0f56
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments