mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-04-05 07:05:18 -04:00
📚 Document caching being enabled automatically
Default behavior of caching is "auto", meaning it's enabled on github-hosted runners. This wasn't obvious at first, and I was wondering why I was getting warnings about cache when I didn't even have it enabled. Hopefully this small documentation update will save some headaches (for those who read the docs at least 😉)
This commit is contained in:
parent
b498c74bf4
commit
7ae02b1b98
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ are automatically verified by this action. The sha256 hashes can be found on the
|
|||
|
||||
If you enable caching, the [uv cache](https://docs.astral.sh/uv/concepts/cache/) will be uploaded to
|
||||
the GitHub Actions cache. This can speed up runs that reuse the cache by several minutes.
|
||||
Caching is enabled by default on GitHub-hosted runners.
|
||||
|
||||
> [!TIP]
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue