From 9e17cc227f9962a5f64b58dd3676ff9c0fb05a52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 17:44:42 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/shared-build-and-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/shared-build-and-test.yaml b/.github/workflows/shared-build-and-test.yaml index dc270fb..511708c 100644 --- a/.github/workflows/shared-build-and-test.yaml +++ b/.github/workflows/shared-build-and-test.yaml @@ -64,7 +64,7 @@ jobs: run: uv lock --check - name: ♻️ Cache .venv - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .venv key: ${{ runner.os }}-python-${{ inputs.python-version }}-venv-${{ hashFiles('pyproject.toml', 'scripts/pyproject.toml') }}-${{ hashFiles('uv.lock') }} @@ -119,7 +119,7 @@ jobs: run: uv lock --check - name: ♻️ Cache .venv - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .venv key: ${{ runner.os }}-python-${{ inputs.python-version }}-venv-${{ hashFiles('pyproject.toml', 'scripts/pyproject.toml') }}-${{ hashFiles('uv.lock') }}