diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a62ccf..c4fbd7b 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@681c641aba71e4a1c380be3ab5e12ad51f415867 # 7.1.6 + uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # 7.2.0 with: python-version: "${{ matrix.python-version }}" - name: run tests