From 2f423936a466b5f758eb6421a8ed5d29e0dc3792 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 13:32:50 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98dcabf..184b4cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - run: pip install torch --index-url https://download.pytorch.org/whl/cpu - run: pip install -e ".[dev]" # Cache the embedding model between runs (first run downloads ~2.2 GB). - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: ~/.cache/huggingface key: hf-multilingual-e5-large-v1