From f86165b2ab205aea782370ede95584e41d14abc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:36:38 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 1cc76ea..1e792b5 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -21,7 +21,7 @@ jobs: virtualenvs-in-project: true installer-parallel: true - name: Load cached venv and build cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | .venv