From cc5e82d19e0783d2e980b7b08d41dcda9d1fff6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 04:11:31 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3.4.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99effa9..53762e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: run: | poetry config virtualenvs.in-project true - name: Set up cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.4.0 with: path: .venv key: venv-${{ runner.os }}-${{ matrix.platform }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}