From 57642ee0e938b0b318889d73795a32fd693ea108 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 02:57:42 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/actions/setup-python/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-python/action.yml b/.github/actions/setup-python/action.yml index 626e771..af65498 100644 --- a/.github/actions/setup-python/action.yml +++ b/.github/actions/setup-python/action.yml @@ -11,7 +11,7 @@ runs: steps: - name: Rye Cache id: rye-cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5 with: path: ~/.rye key: "rye-${{ runner.os }}-${{ inputs.rye-version }}" @@ -30,7 +30,7 @@ runs: - name: Venv Cache id: venv-cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5 with: path: .venv key: "venv-${{ runner.os }}-${{ hashFiles('requirements**.lock') }}"