diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ac44c2..1952ee2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: virtualenvs-in-project: true - name: Load cached venv id: cached-pip-wheels - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.cache key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}