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"
|
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
|
||||||
|
Reference in New Issue
Block a user