diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e11a35b..4a9ef6e 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@eac588ad8def6316056a12d4907a9d4d84ff7a3b # 7.3.0 + uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # 7.3.1 with: python-version: "${{ matrix.python-version }}" - name: run tests