@@ -100,7 +100,7 @@ jobs:
100100 python-version : ${{ matrix.python-version }}
101101
102102 - name : Install uv
103- uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39
103+ uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3
104104 with :
105105 version : ${{ needs.checkout.outputs.uv-version }}
106106 activate-environment : " true"
@@ -143,7 +143,7 @@ jobs:
143143 python-version : ${{ matrix.python-version }}
144144
145145 - name : Install uv
146- uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39
146+ uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3
147147 with :
148148 version : ${{ needs.checkout.outputs.uv-version }}
149149 activate-environment : " true"
@@ -205,7 +205,7 @@ jobs:
205205 cargo-pyapp-${{ matrix.platform }}-
206206
207207 - name : Install uv
208- uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39
208+ uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3
209209 with :
210210 version : ${{ needs.checkout.outputs.uv-version }}
211211 enable-cache : true
@@ -270,7 +270,7 @@ jobs:
270270 python-version : ${{ matrix.python-version }}
271271
272272 - name : Install uv
273- uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39
273+ uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3
274274 with :
275275 version : ${{ needs.checkout.outputs.uv-version }}
276276 activate-environment : " true"
@@ -320,7 +320,7 @@ jobs:
320320 python-version : ${{ matrix.python-version }}
321321
322322 - name : Install uv
323- uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39
323+ uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3
324324 with :
325325 version : ${{ needs.checkout.outputs.uv-version }}
326326 activate-environment : " true"
@@ -370,7 +370,7 @@ jobs:
370370 python-version : ${{ matrix.python-version }}
371371
372372 - name : Install uv
373- uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39
373+ uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3
374374 with :
375375 version : ${{ needs.checkout.outputs.uv-version }}
376376 activate-environment : " true"
0 commit comments