From 7ae02b1b98e694b895e52dea7a6e717e676c1b59 Mon Sep 17 00:00:00 2001 From: Jeremy Mayeres <1524722+jerr0328@users.noreply.github.com> Date: Tue, 25 Feb 2025 16:52:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Document=20caching=20being=20ena?= =?UTF-8?q?bled=20automatically?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 😉) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a7fc3a..6768995 100644 --- a/README.md +++ b/README.md @@ -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] >