diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ae92ed6..a0ae18a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: submodules: recursive - name: Install uv and set the python version - uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7 + uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7 with: python-version: ${{ matrix.python-version }} activate-environment: true @@ -59,7 +59,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install uv and set the python version - uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7 + uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7 with: python-version: "3.13" @@ -78,7 +78,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install uv and set the python version - uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7 + uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7 with: python-version: "3.13" ignore-nothing-to-cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca2c7716..222d7a26 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install uv and set the python version - uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7 + uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7 with: python-version: "3.13"