diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 393998b5..b642e7ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install uv and set the python version - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: python-version: ${{ matrix.python-version }} @@ -91,7 +91,7 @@ jobs: with: python-version: '3.11' - name: Install uv and set the python version - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: python-version: '3.11' - name: Generate and Build Docs