diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebf1ccf..5bdc6e9 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.9.27 + version: 0.9.28 activate-environment: 'true' - run: uv sync - name: Run tests diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 84b9992..5dfd95e 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -44,7 +44,7 @@ jobs: python-version: '3.14' - uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 with: - version: 0.9.27 + version: 0.9.28 enable-cache: false - name: detect method id: detect