From bb1e01171eb59330012db17664d40f6e89348dee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 04:36:52 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1530f005..f08a30e9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -100,7 +100,7 @@ jobs: my_file.write(f"PC_CACHE_KEY={cache_key}") - name: Restore pre-commit cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 if: matrix.session == 'pre-commit' with: path: ~/.cache/pre-commit