From fb4b449c270e9458c2a1a67819c2b5d816abd467 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 02:38:04 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/run-codspeed-tests.yml | 2 +- .github/workflows/run-linting-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-codspeed-tests.yml b/.github/workflows/run-codspeed-tests.yml index 9e394a5b6..804ec999a 100644 --- a/.github/workflows/run-codspeed-tests.yml +++ b/.github/workflows/run-codspeed-tests.yml @@ -54,7 +54,7 @@ jobs: run: uv sync --all-extras --dev - name: Cache APT packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /var/cache/apt/archives/ key: ${{ runner.os }}-apt-pkgs-${{ hashFiles('**/apt-packages-run-codspeed-tests.txt') }} diff --git a/.github/workflows/run-linting-tests.yml b/.github/workflows/run-linting-tests.yml index 1ff088005..0f02f1559 100644 --- a/.github/workflows/run-linting-tests.yml +++ b/.github/workflows/run-linting-tests.yml @@ -40,7 +40,7 @@ jobs: run: uv run mypy . - name: Cache pre-commit hooks and environments - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pre-commit key: ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}