diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3641d9..792ec85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install uv - uses: astral-sh/setup-uv@v8.2.0 + uses: astral-sh/setup-uv@v8.3.2 with: python-version: ${{ matrix.python }} enable-cache: true @@ -71,7 +71,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install uv - uses: astral-sh/setup-uv@v8.2.0 + uses: astral-sh/setup-uv@v8.3.2 with: python-version: ${{ matrix.python }} enable-cache: true @@ -103,7 +103,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install uv - uses: astral-sh/setup-uv@v8.2.0 + uses: astral-sh/setup-uv@v8.3.2 with: python-version: ${{ matrix.python }} enable-cache: true @@ -135,7 +135,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install uv - uses: astral-sh/setup-uv@v8.2.0 + uses: astral-sh/setup-uv@v8.3.2 with: python-version: ${{ matrix.python }} enable-cache: true @@ -165,7 +165,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install uv - uses: astral-sh/setup-uv@v8.2.0 + uses: astral-sh/setup-uv@v8.3.2 with: python-version: ${{ matrix.python }} enable-cache: true @@ -191,7 +191,7 @@ jobs: steps: - uses: actions/checkout@v7.0.0 - name: Install uv - uses: astral-sh/setup-uv@v8.2.0 + uses: astral-sh/setup-uv@v8.3.2 with: python-version: ${{ matrix.python }} enable-cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 00ca934..8b31992 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: with: node-version: '24.x' - name: Install uv - uses: astral-sh/setup-uv@v8.2.0 + uses: astral-sh/setup-uv@v8.3.2 with: python-version: '3.14' enable-cache: true