Added cache version

This commit is contained in:
Alex Root Junior 2021-05-13 22:15:26 +03:00
parent 9cf189ffd2
commit 442a813831

View file

@ -49,7 +49,7 @@ jobs:
uses: actions/cache@v2
with:
path: .venv
key: venv-${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
key: venv-${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}-${{ secrets.CACHE_VERSION }}
- name: Project dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'