diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 930901e..87fe19f 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.11.7 + version: 0.11.8 activate-environment: 'true' - run: uv sync - name: Run tests diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 1b2126b..2b5892c 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -38,7 +38,7 @@ jobs: python-version: '3.14' - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 with: - version: 0.11.7 + version: 0.11.8 enable-cache: false - name: detect method id: detect