From 23d3d2aa78f75391d2c68c4d77cfd1c424d0662f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 01:29:13 +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') }}