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