37
37
- uses : actions/setup-python@v5
38
38
with :
39
39
python-version : ${{ matrix.python-version }}
40
- - uses : astral-sh/setup-uv@v4
40
+ - uses : astral-sh/setup-uv@v5
41
41
with :
42
42
enable-cache : true
43
43
- name : Sync
60
60
- uses : actions/setup-python@v5
61
61
with :
62
62
python-version : " 3.10"
63
- - uses : astral-sh/setup-uv@v4
63
+ - uses : astral-sh/setup-uv@v5
64
64
with :
65
65
enable-cache : true
66
66
- name : Install with dependencies
@@ -101,7 +101,7 @@ jobs:
101
101
- uses : actions/setup-python@v5
102
102
with :
103
103
python-version : ${{ matrix.python-version }}
104
- - uses : astral-sh/setup-uv@v4
104
+ - uses : astral-sh/setup-uv@v5
105
105
with :
106
106
enable-cache : true
107
107
- name : Sync
@@ -116,7 +116,7 @@ jobs:
116
116
- uses : actions/setup-python@v5
117
117
with :
118
118
python-version : " 3.10"
119
- - uses : astral-sh/setup-uv@v4
119
+ - uses : astral-sh/setup-uv@v5
120
120
with :
121
121
enable-cache : true
122
122
- name : Sync
@@ -136,7 +136,7 @@ jobs:
136
136
- uses : actions/setup-python@v5
137
137
with :
138
138
python-version : " 3.10"
139
- - uses : astral-sh/setup-uv@v4
139
+ - uses : astral-sh/setup-uv@v5
140
140
with :
141
141
enable-cache : true
142
142
- name : Sync
@@ -153,7 +153,7 @@ jobs:
153
153
- uses : actions/setup-python@v5
154
154
with :
155
155
python-version : " 3.10"
156
- - uses : astral-sh/setup-uv@v4
156
+ - uses : astral-sh/setup-uv@v5
157
157
with :
158
158
enable-cache : true
159
159
- name : Install pandoc
0 commit comments