fix(workflows): revert cache action version and simplify cache key
Signed-off-by: Max P. <Mail@MPassarello.de>
This commit is contained in:
6
.github/workflows/build-and-deploy.yml
vendored
6
.github/workflows/build-and-deploy.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user