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