From 4870a32222af80a12ddb7da2c2921792fdb837ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 08:43:39 +0000 Subject: [PATCH] build(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/benchmarks.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/integrations.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 29c4d42..67dd38c 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -20,7 +20,7 @@ jobs: python-version: "3.13" - name: Restore uv cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/uv key: uv-bench-${{ hashFiles('uv.lock') }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 114b4ea..9b3d965 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: python-version: "3.13" - name: Restore uv cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/uv key: uv-lint-${{ hashFiles('uv.lock') }} @@ -68,7 +68,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Restore uv cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/uv key: uv-test-${{ matrix.python-version }}-${{ hashFiles('uv.lock') }} diff --git a/.github/workflows/integrations.yml b/.github/workflows/integrations.yml index f8da773..e2cfcb8 100644 --- a/.github/workflows/integrations.yml +++ b/.github/workflows/integrations.yml @@ -22,7 +22,7 @@ jobs: python-version: "3.13" - name: Restore uv cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/uv key: uv-integrations-${{ hashFiles('uv.lock') }}