diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d4a6ec..f468cde 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: run: curl -sSL https://install.python-poetry.org | python3 - - name: Cache Poetry virtualenv - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/pypoetry/virtualenvs key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}