From 50330de26004f0a0a752c975454bca3df267b6b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 01:03:38 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/integration_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 1ad00f2..0f92a98 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -135,7 +135,7 @@ jobs: poetry run pip install --force-reinstall --no-deps xllamacpp - name: Cache llm2 models - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 id: cache-llm2-models-restore env: cache-name: cache-llm2-models @@ -178,7 +178,7 @@ jobs: [ "$TASK_STATUS" == '"STATUS_SUCCESSFUL"' ] - name: Cache llm2 models - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 env: cache-name: cache-llm2-models with: