Commit f2ae254
Move CI to setup-uv v10.2.0 and uv 0.12.17 (#91)
## Summary
Part of the 2026-09-21 dependency sweep. The `astral-sh/setup-uv` action
moves from v10.1.0 to v10.2.0, and the uv `version:` input it installs
moves from 0.12.16 to 0.12.17 in `ci.yml`, `publish.yml` and
`security.yml`. Dependabot cannot see that input, so it moves by hand.
The lockfile is already current (`uv lock --upgrade --dry-run` reports
no changes), and OSV over `uv.lock` finds no issues.
Worked with: Varun. Not done: no version bump or release, since nothing
that ships in the package changed.
## Type of change
- [ ] Bug fix (no breaking change)
- [ ] New feature (no breaking change)
- [ ] Breaking change (existing callers must update)
- [x] Docs, tests, or internal maintenance only
## Public API
Unchanged.
## Test plan
CI on this PR is the test: every job installs uv through the bumped
action and input.
## Checklist
- [ ] Tests cover the new behavior, and the suite passes locally (not
applicable: workflow pins only; CI is the gate)
- [x] Lint, format, and type checks pass (run by CI on this PR)
- [x] Docs and README examples updated if the public surface changed (no
public surface change)
- [x] No secrets, credentials, or personal data in the diff or the tests
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 2635627 commit f2ae254
3 files changed
Lines changed: 6 additions & 6 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 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments