From 5a5c59da084c674af7bd6219f26316ee3b099b4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 06:05:45 +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/benchmark-baseline.yml | 2 +- .github/workflows/pages.yml | 2 +- .github/workflows/python-publish.yml | 2 +- .github/workflows/tests.yml | 16 ++++++++-------- .github/workflows/ty.yml | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/benchmark-baseline.yml b/.github/workflows/benchmark-baseline.yml index 43f81632..1e9b35ec 100644 --- a/.github/workflows/benchmark-baseline.yml +++ b/.github/workflows/benchmark-baseline.yml @@ -19,7 +19,7 @@ jobs: python-version: "3.14t" - name: Cache uv dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/uv key: uv-${{ runner.os }}-${{ hashFiles('uv.lock') }} diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 1fef4a9b..0c8d8dd5 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -26,7 +26,7 @@ jobs: python-version: "3.14t" - name: Cache uv dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/uv key: uv-${{ runner.os }}-${{ hashFiles('uv.lock') }} diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 413876b0..1c4bda33 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -26,7 +26,7 @@ jobs: python-version: "3.14t" - name: Cache uv dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/uv key: uv-${{ runner.os }}-${{ hashFiles('uv.lock') }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e57e8225..169a367b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Cache uv dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/uv key: uv-${{ runner.os }}-${{ hashFiles('uv.lock') }} @@ -130,7 +130,7 @@ jobs: python-version: "3.14t" - name: Cache uv dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/uv key: uv-${{ runner.os }}-${{ hashFiles('uv.lock') }} @@ -180,7 +180,7 @@ jobs: python-version: "3.14t" - name: Cache uv dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/uv key: uv-${{ runner.os }}-${{ hashFiles('uv.lock') }} @@ -234,7 +234,7 @@ jobs: python-version: "3.14t" - name: Cache uv dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/uv key: uv-${{ runner.os }}-${{ hashFiles('uv.lock') }} @@ -264,7 +264,7 @@ jobs: python-version: "3.14t" - name: Cache uv dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/uv key: uv-${{ runner.os }}-${{ hashFiles('uv.lock') }} @@ -295,7 +295,7 @@ jobs: python-version: "3.14t" - name: Cache uv dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/uv key: uv-${{ runner.os }}-${{ hashFiles('uv.lock') }} @@ -325,7 +325,7 @@ jobs: python-version: "3.14t" - name: Cache uv dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/uv key: uv-${{ runner.os }}-${{ hashFiles('uv.lock') }} @@ -358,7 +358,7 @@ jobs: python-version: "3.14t" - name: Cache uv dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/uv key: uv-${{ runner.os }}-${{ hashFiles('uv.lock') }} diff --git a/.github/workflows/ty.yml b/.github/workflows/ty.yml index 9294653e..ddbac4cf 100644 --- a/.github/workflows/ty.yml +++ b/.github/workflows/ty.yml @@ -22,7 +22,7 @@ jobs: python-version: "3.14t" - name: Cache uv dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/uv key: uv-${{ runner.os }}-${{ hashFiles('uv.lock') }}