From a37cf120d9216b7e6cbe09e78f21a1129c5460bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:16:37 +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/tests.yml | 2 +- .github/workflows/type_check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5574f57..87c02e6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,7 +34,7 @@ jobs: - name: Load cached venv id: cached-uv-dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .venv key: venv-${{ runner.os }}-python-3.13.1-${{ hashFiles('pyproject.toml', 'uv.lock') }} diff --git a/.github/workflows/type_check.yml b/.github/workflows/type_check.yml index d64209a..1121eca 100644 --- a/.github/workflows/type_check.yml +++ b/.github/workflows/type_check.yml @@ -26,7 +26,7 @@ jobs: - name: Load cached venv id: cached-uv-dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .venv key: venv-${{ runner.os }}-python-3.13.1-${{ hashFiles('pyproject.toml', 'uv.lock') }}