41
41
- uses : actions/setup-python@v5
42
42
with :
43
43
python-version : ${{ matrix.python-version }}
44
- - uses : astral-sh/setup-uv@v3
44
+ - uses : astral-sh/setup-uv@v4
45
45
with :
46
46
enable-cache : true
47
47
- name : Sync
64
64
- uses : actions/setup-python@v5
65
65
with :
66
66
python-version : " 3.10"
67
- - uses : astral-sh/setup-uv@v3
67
+ - uses : astral-sh/setup-uv@v4
68
68
with :
69
69
enable-cache : true
70
70
- name : Install with dependencies
@@ -105,7 +105,7 @@ jobs:
105
105
- uses : actions/setup-python@v5
106
106
with :
107
107
python-version : ${{ matrix.python-version }}
108
- - uses : astral-sh/setup-uv@v3
108
+ - uses : astral-sh/setup-uv@v4
109
109
with :
110
110
enable-cache : true
111
111
- name : Sync
@@ -120,7 +120,7 @@ jobs:
120
120
- uses : actions/setup-python@v5
121
121
with :
122
122
python-version : " 3.10"
123
- - uses : astral-sh/setup-uv@v3
123
+ - uses : astral-sh/setup-uv@v4
124
124
with :
125
125
enable-cache : true
126
126
- name : Sync
@@ -140,7 +140,7 @@ jobs:
140
140
- uses : actions/setup-python@v5
141
141
with :
142
142
python-version : " 3.10"
143
- - uses : astral-sh/setup-uv@v3
143
+ - uses : astral-sh/setup-uv@v4
144
144
with :
145
145
enable-cache : true
146
146
- name : Sync
@@ -157,7 +157,7 @@ jobs:
157
157
- uses : actions/setup-python@v5
158
158
with :
159
159
python-version : " 3.10"
160
- - uses : astral-sh/setup-uv@v3
160
+ - uses : astral-sh/setup-uv@v4
161
161
with :
162
162
enable-cache : true
163
163
- name : Install pandoc
0 commit comments