fix(workflows): revert cache action version and simplify cache key

Signed-off-by: Max P. <Mail@MPassarello.de>
This commit is contained in:
2025-04-30 17:34:43 +02:00
parent 81459d631f
commit 134c93418f

View File

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