Skip to content

Commit

Permalink
Use 0.4.x for versioning examples (#128)
Browse files Browse the repository at this point in the history
I figured having the syntax examples with the latest minor semver would
be more convenient for copy pasting.
  • Loading branch information
manzt authored Oct 18, 2024
1 parent ed0a397 commit 273d378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 273d378

Please sign in to comment.