diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 0512796b58..109fe565b9 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -34,7 +34,7 @@ jobs: python-version: '3.13' cache: pip - - uses: install-pinned/uv@259f91feb61b6e94766d7a1dbcd5f17335370e64 + - uses: install-pinned/uv@20019e26f914870e2b2ad5f968e0bab666853050 - run: | uv pip install --system -e .[all] diff --git a/.github/workflows/python-checks.yml b/.github/workflows/python-checks.yml index ff1eacf6e7..9a06854ea4 100644 --- a/.github/workflows/python-checks.yml +++ b/.github/workflows/python-checks.yml @@ -347,7 +347,7 @@ jobs: python-version: '3.13' cache: pip - - uses: install-pinned/uv@259f91feb61b6e94766d7a1dbcd5f17335370e64 + - uses: install-pinned/uv@20019e26f914870e2b2ad5f968e0bab666853050 - run: | uv pip install --system -e .[all] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3095429c2..7a7837b514 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: cache: pip - name: Install uv - uses: install-pinned/uv@4d66dd6355704140c330bc2a2e6291cbf3bcb67f + uses: install-pinned/uv@20019e26f914870e2b2ad5f968e0bab666853050 - name: Install dependencies run: |