diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index e06d8a2..e6fe974 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -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