hynek/Setup uv and Handle Its Cache
Downloads and installs the Python uv packaging manager and handles its cache.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 1, 2026
- License
- MIT
Pinned Snippet
uses: hynek/setup-cached-uv@4300ec2180bc77d705e626a34e381b81a4772c51 # v2.5.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| cache-suffix | A suffix to append to the cache key. | no | "" |
| cache-date-suffix | Arguments to pass to the date command to generate a cache key suffix. | no | +%V |
| cache-dependency-path | Hash this file and use it as part of the cache key. | no | pyproject.toml |
| use-cache-if | Save the cache. | no | true |
| uv-cache-path | Where to put uv's cache directory. | no | NOT_SET |
Outputs
no outputs