2323 with :
2424 persist-credentials : false
2525 - name : Install uv
26- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
26+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
2727 with :
2828 enable-cache : true
2929 python-version : " 3.9"
6565 with :
6666 persist-credentials : false
6767 - name : Install uv
68- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
68+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
6969 with :
7070 enable-cache : true
7171 python-version : ${{ matrix.python-version }}
8484 with :
8585 persist-credentials : false
8686 - name : Install uv
87- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
87+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
8888 with :
8989 enable-cache : true
9090 python-version : " 3.9"
@@ -109,7 +109,7 @@ jobs:
109109 with :
110110 persist-credentials : false
111111 - name : Install uv
112- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
112+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
113113 with :
114114 enable-cache : true
115115 python-version : " 3.9"
@@ -128,7 +128,7 @@ jobs:
128128 with :
129129 persist-credentials : false
130130 - name : Install uv
131- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
131+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
132132 with :
133133 enable-cache : true
134134 python-version : " 3.9"
@@ -150,7 +150,7 @@ jobs:
150150 with :
151151 persist-credentials : false
152152 - name : Install uv
153- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
153+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
154154 with :
155155 enable-cache : true
156156 python-version : " ${{matrix.python}}"
@@ -170,7 +170,7 @@ jobs:
170170 - uses : actions/checkout@v5
171171 with :
172172 persist-credentials : false
173- - uses : actions/setup-python@v5
173+ - uses : actions/setup-python@v6
174174 with :
175175 cache : ' pip'
176176 cache-dependency-path : ' pyproject.toml'
@@ -193,7 +193,9 @@ jobs:
193193 timeout-minutes : 20
194194 steps :
195195 - name : Download sdist
196- uses : actions/download-artifact@v4
196+ uses : actions/download-artifact@v5
197+ with :
198+ path : sdist/
197199 - name : Unpack SDist
198200 shell : bash
199201 run : |
@@ -202,7 +204,7 @@ jobs:
202204 mkdir test
203205 tar --strip-components=1 -zxf *.tar.gz -C ./test
204206 ls test
205- - uses : actions/setup-python@v5
207+ - uses : actions/setup-python@v6
206208 with :
207209 cache : ' pip'
208210 cache-dependency-path : ' sdist/test/pyproject.toml'
@@ -229,7 +231,7 @@ jobs:
229231 with :
230232 persist-credentials : false
231233 - name : Install uv
232- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
234+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
233235 with :
234236 python-version : ' 3.9'
235237 - id : setup-mongodb
@@ -255,7 +257,7 @@ jobs:
255257 with :
256258 persist-credentials : false
257259 - name : Install uv
258- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
260+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
259261 with :
260262 python-version : ' 3.9'
261263 - id : setup-mongodb
0 commit comments