3333 with :
3434 python-version : ${{ inputs.python_version }}
3535 - name : Install uv
36- uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
36+ uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
3737 - name : Override constraints
3838 if : ${{ inputs.override_requirements != '' }}
3939 run : python .github/scripts/override_constraints.py "${{ inputs.override_requirements }}"
6161 with :
6262 python-version : ${{ inputs.python_version }}
6363 - name : Install uv
64- uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
64+ uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
6565 - name : Override constraints
6666 if : ${{ inputs.override_requirements != '' }}
6767 run : python .github/scripts/override_constraints.py "${{ inputs.override_requirements }}"
8989 with :
9090 python-version : ${{ inputs.python_version }}
9191 - name : Install uv
92- uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
92+ uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
9393 - name : Override constraints
9494 if : ${{ inputs.override_requirements != '' }}
9595 run : python .github/scripts/override_constraints.py "${{ inputs.override_requirements }}"
@@ -117,7 +117,7 @@ jobs:
117117 with :
118118 python-version : ${{ inputs.python_version }}
119119 - name : Install uv
120- uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
120+ uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
121121 - name : Install test requirements
122122 run : uv pip install --system . -r tests/tools/requirements.txt
123123 - name : Print installed modules
@@ -141,7 +141,7 @@ jobs:
141141 with :
142142 python-version : ${{ inputs.python_version }}
143143 - name : Install uv
144- uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
144+ uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
145145 - name : Override constraints
146146 if : ${{ inputs.override_requirements != '' }}
147147 run : python .github/scripts/override_constraints.py "${{ inputs.override_requirements }}"
@@ -183,7 +183,7 @@ jobs:
183183 with :
184184 python-version : ${{ inputs.python_version }}
185185 - name : Install uv
186- uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
186+ uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
187187 - name : Override constraints
188188 if : ${{ inputs.override_requirements != '' }}
189189 run : python .github/scripts/override_constraints.py "${{ inputs.override_requirements }}"
0 commit comments