From a63088f1d150404e3af862b06c13f9bc4b533e98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 01:03:15 +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 a436f18..ecfa9cb 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -154,7 +154,7 @@ jobs: poetry install - 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 @@ -255,7 +255,7 @@ jobs: echo "$BODY" | grep -q 'list_calendars' - name: Cache llm2 models - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 env: cache-name: cache-llm2-models with: