diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04cc5f0..9eb11bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 with: - version: "0.10.1" + version: "0.11.16" enable-cache: true - name: Set up Python run: uv python install 3.11 @@ -42,7 +42,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 with: - version: "0.10.1" + version: "0.11.16" enable-cache: true - name: Set up Python run: uv python install ${{ matrix.python-version }} @@ -64,7 +64,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 with: - version: "0.10.1" + version: "0.11.16" enable-cache: true - name: Set up Python run: uv python install 3.11