From 6d77336e614f299f81a91d1f6df394b0c58097b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 08:26:22 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- setup-python/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-python/action.yml b/setup-python/action.yml index 2e16a2a..d3f84f9 100644 --- a/setup-python/action.yml +++ b/setup-python/action.yml @@ -12,7 +12,7 @@ runs: with: python-version: ${{ inputs.python-version }} - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}