diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a14dd8f..4d94984 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: with: persist-credentials: false - name: setup environment - uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # 7.3.1 + uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # 8.0.0 with: python-version: "${{ matrix.python-version }}" - name: run tests