We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982fbca commit 1c21f62Copy full SHA for 1c21f62
1 file changed
README.md
@@ -11,9 +11,11 @@ Set up your GitHub Actions workflow with a specific version of [uv](https://docs
11
## Contents
12
13
- [Usage](#usage)
14
- - [Install the latest version (default)](#install-the-latest-version-default)
+ - [Install a required-version or latest (default)](#install-a-required-version-or-latest-default)
15
+ - [Install the latest version](#install-the-latest-version)
16
- [Install a specific version](#install-a-specific-version)
17
- [Install a version by supplying a semver range](#install-a-version-by-supplying-a-semver-range)
18
+ - [Install a required-version](#install-a-required-version)
19
- [Python version](#python-version)
20
- [Validate checksum](#validate-checksum)
21
- [Enable Caching](#enable-caching)
0 commit comments