diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1675693..7b6816f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: with: save-cache: ${{ github.ref == 'refs/heads/main' }} cache-suffix: ${{ steps.setup_python.outputs.python-version }} - version: 0.10.4 + version: 0.10.5 activate-environment: 'true' - run: uv sync - name: Run tests diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 61bc8a0..008c0bc 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -46,7 +46,7 @@ jobs: python-version: '3.14' - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 with: - version: 0.10.4 + version: 0.10.5 enable-cache: false - name: detect method id: detect