diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9ca036e..ca1e2f15 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: submodules: recursive - name: Install uv and set the python version - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 with: python-version: ${{ matrix.python-version }} activate-environment: true @@ -63,7 +63,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install uv and set the python version - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 with: python-version: ${{ env.TARGET_PYTHON_VERSION }} ignore-nothing-to-cache: true @@ -81,7 +81,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install uv and set the python version - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 with: python-version: ${{ env.TARGET_PYTHON_VERSION }} ignore-nothing-to-cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c505db4b..dc65d3ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install uv and set the python version - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 with: python-version: ${{ env.TARGET_PYTHON_VERSION }}