23
23
with :
24
24
persist-credentials : false
25
25
- name : Install uv
26
- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
26
+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
27
27
with :
28
28
enable-cache : true
29
29
python-version : " 3.9"
65
65
with :
66
66
persist-credentials : false
67
67
- name : Install uv
68
- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
68
+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
69
69
with :
70
70
enable-cache : true
71
71
python-version : ${{ matrix.python-version }}
84
84
with :
85
85
persist-credentials : false
86
86
- name : Install uv
87
- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
87
+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
88
88
with :
89
89
enable-cache : true
90
90
python-version : " 3.9"
@@ -109,7 +109,7 @@ jobs:
109
109
with :
110
110
persist-credentials : false
111
111
- name : Install uv
112
- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
112
+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
113
113
with :
114
114
enable-cache : true
115
115
python-version : " 3.9"
@@ -128,7 +128,7 @@ jobs:
128
128
with :
129
129
persist-credentials : false
130
130
- name : Install uv
131
- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
131
+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
132
132
with :
133
133
enable-cache : true
134
134
python-version : " 3.9"
@@ -150,7 +150,7 @@ jobs:
150
150
with :
151
151
persist-credentials : false
152
152
- name : Install uv
153
- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
153
+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
154
154
with :
155
155
enable-cache : true
156
156
python-version : " ${{matrix.python}}"
@@ -170,7 +170,7 @@ jobs:
170
170
- uses : actions/checkout@v5
171
171
with :
172
172
persist-credentials : false
173
- - uses : actions/setup-python@v5
173
+ - uses : actions/setup-python@v6
174
174
with :
175
175
cache : ' pip'
176
176
cache-dependency-path : ' pyproject.toml'
@@ -193,7 +193,9 @@ jobs:
193
193
timeout-minutes : 20
194
194
steps :
195
195
- name : Download sdist
196
- uses : actions/download-artifact@v4
196
+ uses : actions/download-artifact@v5
197
+ with :
198
+ path : sdist/
197
199
- name : Unpack SDist
198
200
shell : bash
199
201
run : |
@@ -202,7 +204,7 @@ jobs:
202
204
mkdir test
203
205
tar --strip-components=1 -zxf *.tar.gz -C ./test
204
206
ls test
205
- - uses : actions/setup-python@v5
207
+ - uses : actions/setup-python@v6
206
208
with :
207
209
cache : ' pip'
208
210
cache-dependency-path : ' sdist/test/pyproject.toml'
@@ -229,7 +231,7 @@ jobs:
229
231
with :
230
232
persist-credentials : false
231
233
- name : Install uv
232
- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
234
+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
233
235
with :
234
236
python-version : ' 3.9'
235
237
- id : setup-mongodb
@@ -255,7 +257,7 @@ jobs:
255
257
with :
256
258
persist-credentials : false
257
259
- name : Install uv
258
- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
260
+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
259
261
with :
260
262
python-version : ' 3.9'
261
263
- id : setup-mongodb
0 commit comments