fix(build-and-deploy): revert cache action to v1 and simplify cache key

Signed-off-by: Max P. <Mail@MPassarello.de>
This commit is contained in:
2025-04-30 17:34:04 +02:00
parent 7e4d6524ed
commit 741a337278

View File

@@ -20,11 +20,9 @@ jobs:
python-version: "3.12"
- name: 🔄 Restore cache
uses: https://git.0xmax42.io/actions/cache@v2
uses: https://git.0xmax42.io/actions/cache@v1
with:
keys: |
poetry-v1-${{ runner.os }}-${{ hashFiles('poetry.lock') }}
poetry-v1-${{ runner.os }}
key: poetry-v1-${{ runner.os }}-${{ hashFiles('poetry.lock') }}
paths: |
~/.cache/pypoetry
~/.cache/pip