From 6f2b9da7c99deddd4874c1e134c024efc64b483e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 10:22:34 +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/benchmark.yml | 2 +- .github/workflows/codegraph-impact.yml | 2 +- .github/workflows/embedding-regression.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 30b492de..0d1da171 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -181,7 +181,7 @@ jobs: exit 1 - name: Cache HuggingFace models - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/huggingface key: hf-models-${{ runner.os }}-${{ hashFiles('src/embedder.js') }} diff --git a/.github/workflows/codegraph-impact.yml b/.github/workflows/codegraph-impact.yml index e6f3e006..f60b6e38 100644 --- a/.github/workflows/codegraph-impact.yml +++ b/.github/workflows/codegraph-impact.yml @@ -11,7 +11,7 @@ jobs: with: node-version: '22' - run: npm install - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: .codegraph/ key: codegraph-${{ hashFiles('src/**', 'package.json') }} diff --git a/.github/workflows/embedding-regression.yml b/.github/workflows/embedding-regression.yml index 32bf31e1..fa6c06d4 100644 --- a/.github/workflows/embedding-regression.yml +++ b/.github/workflows/embedding-regression.yml @@ -32,7 +32,7 @@ jobs: run: npm install - name: Cache HuggingFace models - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/huggingface key: hf-models-minilm-v1