Merge branch 'main' into cleanup_old_docs

This commit is contained in:
Vasilije 2024-12-11 11:14:29 +01:00 committed by GitHub
commit fd8b441ccc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,7 @@ jobs:
- name: Load cached venv
id: cached-poetry-dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .venv
key: venv-${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}