mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-01-19 00:08:17 +08: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:
parent
ed0a39790e
commit
273d3782a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user