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