Skip to content

Commit 273d378

Browse files
authored
Use 0.4.x for versioning examples (astral-sh#128)
I figured having the syntax examples with the latest minor semver would be more convenient for copy pasting.
1 parent ed0a397 commit 273d378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ to install the latest version that satisfies the range.
6262
- name: Install a semver range of uv
6363
uses: astral-sh/setup-uv@v3
6464
with:
65-
version: ">=0.3.0"
65+
version: ">=0.4.0"
6666
```
6767

6868
```yaml
6969
- name: Pinning a minor version of uv
7070
uses: astral-sh/setup-uv@v3
7171
with:
72-
version: "0.3.x"
72+
version: "0.4.x"
7373
```
7474

7575
### Validate checksum

0 commit comments

Comments
 (0)