diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d8cd065..4b726e90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: uses: gradle/actions/setup-gradle@f29f5a9d7b09a7c6b29859002d29d24e1674c884 - name: Install uv and set the Python version - uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 + uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b with: python-version: ${{ matrix.python-version }} activate-environment: true