diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11b324c..2c06360 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@v4 + uses: actions/cache@v5 with: path: ~/.cache/pypoetry/virtualenvs key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}