From 1d09e117d9fac85627ba54168c6f3734fe0cf554 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 02:12:01 +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 32acdad..2f47d3e 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -22,7 +22,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