From cd39ddf02cd5bf45ba57c8884c3cc1395839ab4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 00:58:41 +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