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:
Trevor Manz 2024-10-18 12:35:52 -04:00 committed by GitHub
parent ed0a39790e
commit 273d3782a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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