Merge pull request #298 from topoteretes/dependabot/github_actions/actions/cache-4

⬆️ Bump actions/cache from 3 to 4
This commit is contained in:
Vasilije 2024-12-11 11:12:50 +01:00 committed by GitHub
commit 759dbfb575
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') }}