diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30d91de..15fe18a 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@d31148d669074a8d0a63714ba94f3201e7020bc3 # 8.3.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # 8.3.2 with: python-version: "${{ matrix.python-version }}" - name: run tests