diff --git a/.github/workflows/_build_linux.yml b/.github/workflows/_build_linux.yml index 8b9a5015..2c02f900 100644 --- a/.github/workflows/_build_linux.yml +++ b/.github/workflows/_build_linux.yml @@ -68,7 +68,7 @@ jobs: tool-cache: true - name: Set up uv - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 with: # NOTE: This is a version used for cibuildwheel but not for wheels. python-version: '3.11' diff --git a/.github/workflows/_build_macos.yml b/.github/workflows/_build_macos.yml index 0aa00a57..271341ac 100644 --- a/.github/workflows/_build_macos.yml +++ b/.github/workflows/_build_macos.yml @@ -43,7 +43,7 @@ jobs: submodules: recursive - name: Set up uv - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 with: # NOTE: This is a version used for cibuildwheel but not for wheels. python-version: '3.11' diff --git a/.github/workflows/_upload_index.yml b/.github/workflows/_upload_index.yml index 517c8ed2..6f202d34 100644 --- a/.github/workflows/_upload_index.yml +++ b/.github/workflows/_upload_index.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v6 - name: Set up uv - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 with: python-version: '3.13' activate-environment: true diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index b18d6033..2daa2f63 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v6 - name: Set up uv - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 with: python-version: '3.10' activate-environment: true