diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bd3755..7e9773b 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@v5.0.5 + uses: actions/cache@v6.1.0 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@v5.0.5 + uses: actions/cache@v6.1.0 with: path: .venv key: py${{ matrix.python-version }}-deps-${{ hashFiles('**/poetry.lock') }}