diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f475f0..b844edb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - name: Load the cached Poetry installation id: cached-poetry - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.2.4 with: path: ~/.local key: poetry-${{ env.POETRY_VERSION }}-py_${{ env.PYTHON_ID}}-0 @@ -60,7 +60,7 @@ jobs: - name: Load the cached dependencies id: cached-deps - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.2.4 with: path: .venv key: py${{ matrix.python-version }}-deps-${{ hashFiles('**/poetry.lock') }}