File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jobs:
173173 python-version : ${{ matrix.python-version }}
174174
175175 - name : Set up uv package manager
176- uses : astral-sh/setup-uv@v8.3.2
176+ uses : astral-sh/setup-uv@v9.0.0
177177 with :
178178 python-version : ${{ matrix.python-version }}
179179
@@ -233,7 +233,7 @@ jobs:
233233 python-version : ${{ matrix.python-version }}
234234
235235 - name : Set up uv package manager
236- uses : astral-sh/setup-uv@v8.3.2
236+ uses : astral-sh/setup-uv@v9.0.0
237237 with :
238238 python-version : ${{ matrix.python-version }}
239239
@@ -269,7 +269,7 @@ jobs:
269269 uses : actions/checkout@v7
270270
271271 - name : Set up uv package manager
272- uses : astral-sh/setup-uv@v8.3.2
272+ uses : astral-sh/setup-uv@v9.0.0
273273 with :
274274 python-version : " 3.14"
275275
Original file line number Diff line number Diff line change 6565 python-version : ${{ env.PYTHON_VERSION }}
6666
6767 - name : Set up uv package manager
68- uses : astral-sh/setup-uv@v8.3.2
68+ uses : astral-sh/setup-uv@v9.0.0
6969 with :
7070 python-version : ${{ env.PYTHON_VERSION }}
7171
Original file line number Diff line number Diff line change 6868 python-version : ${{ env.PYTHON_VERSION }}
6969
7070 - name : Set up uv package manager
71- uses : astral-sh/setup-uv@v8.3.2
71+ uses : astral-sh/setup-uv@v9.0.0
7272 with :
7373 python-version : ${{ env.PYTHON_VERSION }}
7474
You can’t perform that action at this time.
0 commit comments