diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 706a6eea..4a8f2c30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') != true steps: - uses: actions/checkout@v4 - - uses: astral-sh/setup-uv@v4 - with: - enable-cache: true + - uses: astral-sh/setup-uv@v5 - run: uv run --all-extras --frozen pyright - run: uv run --all-extras --frozen ruff check if: always() @@ -31,9 +29,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: astral-sh/setup-uv@v4 - with: - enable-cache: true + - uses: astral-sh/setup-uv@v5 - run: uv build --all # - run: uv publish - run: |