File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8989 with :
9090 persist-credentials : false
9191 - name : Install the latest version of uv
92- uses : astral-sh/setup-uv@v4
92+ uses : astral-sh/setup-uv@v5
9393 - name : Set up Python ${{ matrix.python-version }}
9494 uses : actions/setup-python@v5
9595 with :
@@ -145,7 +145,7 @@ jobs:
145145 - run : ls -lR
146146
147147 - name : Install the latest version of uv
148- uses : astral-sh/setup-uv@v4
148+ uses : astral-sh/setup-uv@v5
149149 - name : Set up Python ${{ matrix.python-version }}
150150 uses : actions/setup-python@v5
151151 with :
@@ -219,7 +219,7 @@ jobs:
219219 with :
220220 persist-credentials : false
221221 - name : Install the latest version of uv
222- uses : astral-sh/setup-uv@v4
222+ uses : astral-sh/setup-uv@v5
223223 - name : Install tox
224224 run : uv tool install tox --with=tox-uv
225225 - name : Show tox config
You can’t perform that action at this time.
0 commit comments