Commit fb9f335
committed
ci: pin astral-sh/setup-uv to v8.1.0 (full version)
The previous bump used @v8 but astral-sh/setup-uv doesn't publish a
moving major tag — only full SemVer tags (v8.1.0, v8.0.0, etc.). The
test job failed with "Unable to resolve action astral-sh/setup-uv@v8,
unable to find version v8". Pinning to v8.1.0 (the latest released
tag) fixes resolution.
The other three actions (actions/checkout, upload-artifact,
download-artifact) all DO publish moving major tags, so @v6/@v7/@v8
remain valid for those.1 parent 4ba364d commit fb9f335
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments