From 2edb728f50a52c1a936bfa412ac7f576311cc5ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 06:26:28 +0000 Subject: [PATCH] chore(deps): [GHA] Update actions/cache action to v6 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6a336d9..0b6f021 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: echo "$HOME/.poetry/bin" >> $GITHUB_PATH - name: Set up poetry cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: /home/runner/.cache/pypoetry/virtualenvs key: venv-${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}