From 2922b310d44b9bca81ef948943dd8ad89d8b32cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 03:49:06 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3e0288..81e52fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Load cached pip packages id: cached-pip-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.pythonLocation }} key: ${{ env.pythonLocation }}-${{ hashFiles('poetry.lock') }} @@ -69,7 +69,7 @@ jobs: - name: Load cached pip packages id: cached-pip-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.pythonLocation }} key: ${{ env.pythonLocation }}-${{ env.POETRY_VERSION }}