mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-04-06 07:35:18 -04: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
1 changed files with 2 additions and 2 deletions
|
@ -62,14 +62,14 @@ to install the latest version that satisfies the range.
|
||||||
- name: Install a semver range of uv
|
- name: Install a semver range of uv
|
||||||
uses: astral-sh/setup-uv@v3
|
uses: astral-sh/setup-uv@v3
|
||||||
with:
|
with:
|
||||||
version: ">=0.3.0"
|
version: ">=0.4.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Pinning a minor version of uv
|
- name: Pinning a minor version of uv
|
||||||
uses: astral-sh/setup-uv@v3
|
uses: astral-sh/setup-uv@v3
|
||||||
with:
|
with:
|
||||||
version: "0.3.x"
|
version: "0.4.x"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Validate checksum
|
### Validate checksum
|
||||||
|
|
Loading…
Add table
Reference in a new issue