From e85263fd93345c7b8b0c3f8b3aefafa0ec913964 Mon Sep 17 00:00:00 2001 From: pollenjp Date: Sat, 30 Nov 2024 01:31:22 +0900 Subject: [PATCH] docs: remove latest cache warning --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 3497159..89fdf3e 100644 --- a/README.md +++ b/README.md @@ -42,12 +42,6 @@ Set up your GitHub Actions workflow with a specific version of [uv](https://docs For an example workflow, see [here](https://github.com/charliermarsh/autobot/blob/e42c66659bf97b90ca9ff305a19cc99952d0d43f/.github/workflows/ci.yaml). -> [!TIP] -> -> Using `latest` requires to download the uv executable on every run, which incurs a cost -> (especially on self-hosted runners). As a best practice, consider pinning the version to a -> specific release. - ### Install a specific version ```yaml