From 6d0b0b7470c4de746f5a1cf40714467aea9126fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:55:42 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/pr-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-tests.yaml b/.github/workflows/pr-tests.yaml index a71bb9a5..4ebdf79d 100644 --- a/.github/workflows/pr-tests.yaml +++ b/.github/workflows/pr-tests.yaml @@ -49,7 +49,7 @@ jobs: echo "dir=$(uv cache dir)" >> $GITHUB_OUTPUT - name: Load github cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ${{ steps.pip-cache.outputs.dir }} key: pr-uv-${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }} @@ -100,7 +100,7 @@ jobs: echo "dir=$(uv cache dir)" >> $GITHUB_OUTPUT - name: Load github cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ${{ steps.pip-cache.outputs.dir }} key: pr-uv-${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}