diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a095c26..c3401ac 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@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 + uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1 with: version: ${{ env.UV_VERSION }}