diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 102eb2af..d39f6ef3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,7 +107,7 @@ jobs: uses: actions/checkout@v4 - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: version: '0.6.x' python-version: ${{ matrix.python-version }}