File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 - uses : actions/setup-python@v5
2828 with :
2929 python-version : " 3.12"
30- - uses : astral-sh/setup-uv@v4
30+ - uses : astral-sh/setup-uv@v5
3131 - name : Install nox
3232 run : uv tool install nox
3333 -
uses :
pre-commit/[email protected] @@ -112,7 +112,7 @@ jobs:
112112 python-version : ${{ matrix.python-version }}
113113 allow-prereleases : true
114114
115- - uses : astral-sh/setup-uv@v4
115+ - uses : astral-sh/setup-uv@v5
116116 if :
117117 matrix.python-version != '3.7' && matrix.python-version != 'pypy-3.8'
118118 && matrix.python-version != 'pypy-3.7'
@@ -177,7 +177,7 @@ jobs:
177177 with :
178178 python-version : ${{ matrix.python-version }}
179179
180- - uses : astral-sh/setup-uv@v4
180+ - uses : astral-sh/setup-uv@v5
181181
182182 # The min requirements are not compatible with some of the extra test
183183 # deps, so limit to just built-in deps.
@@ -341,7 +341,7 @@ jobs:
341341 with :
342342 fetch-depth : 0
343343
344- - uses : astral-sh/setup-uv@v4
344+ - uses : astral-sh/setup-uv@v5
345345
346346347347 with :
You can’t perform that action at this time.
0 commit comments