diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed5eaf3..dbf06ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: - name: Install uv (for Python scripts and pytest) if: matrix.os != 'windows-latest' - uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6 + uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 with: version: ${{ env.UV_VERSION }}