mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-07-16 19:11:11 +00:00
Use 0.4.x for versioning examples (#128)
I figured having the syntax examples with the latest minor semver would be more convenient for copy pasting.
This commit is contained in:
@ -62,14 +62,14 @@ to install the latest version that satisfies the range.
|
||||
- name: Install a semver range of uv
|
||||
uses: astral-sh/setup-uv@v3
|
||||
with:
|
||||
version: ">=0.3.0"
|
||||
version: ">=0.4.0"
|
||||
```
|
||||
|
||||
```yaml
|
||||
- name: Pinning a minor version of uv
|
||||
uses: astral-sh/setup-uv@v3
|
||||
with:
|
||||
version: "0.3.x"
|
||||
version: "0.4.x"
|
||||
```
|
||||
|
||||
### Validate checksum
|
||||
|
Reference in New Issue
Block a user