File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 89
89
with :
90
90
persist-credentials : false
91
91
- name : Install the latest version of uv
92
- uses : astral-sh/setup-uv@v4
92
+ uses : astral-sh/setup-uv@v5
93
93
- name : Set up Python ${{ matrix.python-version }}
94
94
uses : actions/setup-python@v5
95
95
with :
@@ -145,7 +145,7 @@ jobs:
145
145
- run : ls -lR
146
146
147
147
- name : Install the latest version of uv
148
- uses : astral-sh/setup-uv@v4
148
+ uses : astral-sh/setup-uv@v5
149
149
- name : Set up Python ${{ matrix.python-version }}
150
150
uses : actions/setup-python@v5
151
151
with :
@@ -219,7 +219,7 @@ jobs:
219
219
with :
220
220
persist-credentials : false
221
221
- name : Install the latest version of uv
222
- uses : astral-sh/setup-uv@v4
222
+ uses : astral-sh/setup-uv@v5
223
223
- name : Install tox
224
224
run : uv tool install tox --with=tox-uv
225
225
- name : Show tox config
You can’t perform that action at this time.
0 commit comments