From bf73a9db5d0b0f7face0a0f29687330e306e5894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 07:18:24 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/smoke-gate.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99cb777..4bb5b1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: cache: "pip" - name: Restore/Save HuggingFace cache id: hf-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/huggingface key: hf-${{ runner.os }}-sentence-transformers-all-MiniLM-L6-v2-v1 @@ -113,7 +113,7 @@ jobs: # on every matrix leg, so the tests run offline and make no Hub request. - name: Restore HuggingFace models id: hf-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/huggingface key: hf-${{ runner.os }}-sentence-transformers-all-MiniLM-L6-v2-v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f82485..f3e0362 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -115,7 +115,7 @@ jobs: # blocked by transient HF 429 rate limiting. - name: Cache HuggingFace models id: hf-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/huggingface key: hf-${{ runner.os }}-sentence-transformers-all-MiniLM-L6-v2-v1 diff --git a/.github/workflows/smoke-gate.yml b/.github/workflows/smoke-gate.yml index 82df8d3..128adb9 100644 --- a/.github/workflows/smoke-gate.yml +++ b/.github/workflows/smoke-gate.yml @@ -32,7 +32,7 @@ jobs: # cache hit so no Hub request is made. - name: Cache HuggingFace models id: hf-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/huggingface key: hf-${{ runner.os }}-sentence-transformers-all-MiniLM-L6-v2-v1