@@ -19,11 +19,11 @@ jobs:
19
19
static :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
with :
24
24
persist-credentials : false
25
25
- name : Install uv
26
- uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v5
26
+ uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
27
27
with :
28
28
enable-cache : true
29
29
python-version : " 3.9"
@@ -61,11 +61,11 @@ jobs:
61
61
62
62
name : CPython ${{ matrix.python-version }}-${{ matrix.os }}
63
63
steps :
64
- - uses : actions/checkout@v4
64
+ - uses : actions/checkout@v5
65
65
with :
66
66
persist-credentials : false
67
67
- name : Install uv
68
- uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v5
68
+ uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
69
69
with :
70
70
enable-cache : true
71
71
python-version : ${{ matrix.python-version }}
@@ -80,11 +80,11 @@ jobs:
80
80
runs-on : ubuntu-latest
81
81
name : DocTest
82
82
steps :
83
- - uses : actions/checkout@v4
83
+ - uses : actions/checkout@v5
84
84
with :
85
85
persist-credentials : false
86
86
- name : Install uv
87
- uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v5
87
+ uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
88
88
with :
89
89
enable-cache : true
90
90
python-version : " 3.9"
@@ -105,11 +105,11 @@ jobs:
105
105
name : Docs Checks
106
106
runs-on : ubuntu-latest
107
107
steps :
108
- - uses : actions/checkout@v4
108
+ - uses : actions/checkout@v5
109
109
with :
110
110
persist-credentials : false
111
111
- name : Install uv
112
- uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v5
112
+ uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
113
113
with :
114
114
enable-cache : true
115
115
python-version : " 3.9"
@@ -124,11 +124,11 @@ jobs:
124
124
name : Link Check
125
125
runs-on : ubuntu-latest
126
126
steps :
127
- - uses : actions/checkout@v4
127
+ - uses : actions/checkout@v5
128
128
with :
129
129
persist-credentials : false
130
130
- name : Install uv
131
- uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v5
131
+ uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
132
132
with :
133
133
enable-cache : true
134
134
python-version : " 3.9"
@@ -146,11 +146,11 @@ jobs:
146
146
matrix :
147
147
python : ["3.9", "3.11"]
148
148
steps :
149
- - uses : actions/checkout@v4
149
+ - uses : actions/checkout@v5
150
150
with :
151
151
persist-credentials : false
152
152
- name : Install uv
153
- uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v5
153
+ uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
154
154
with :
155
155
enable-cache : true
156
156
python-version : " ${{matrix.python}}"
@@ -167,7 +167,7 @@ jobs:
167
167
runs-on : ubuntu-latest
168
168
name : " Make an sdist"
169
169
steps :
170
- - uses : actions/checkout@v4
170
+ - uses : actions/checkout@v5
171
171
with :
172
172
persist-credentials : false
173
173
- uses : actions/setup-python@v5
@@ -225,11 +225,11 @@ jobs:
225
225
runs-on : ubuntu-latest
226
226
name : Test using minimum dependencies and supported Python
227
227
steps :
228
- - uses : actions/checkout@v4
228
+ - uses : actions/checkout@v5
229
229
with :
230
230
persist-credentials : false
231
231
- name : Install uv
232
- uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v5
232
+ uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
233
233
with :
234
234
python-version : ' 3.9'
235
235
- id : setup-mongodb
@@ -251,11 +251,11 @@ jobs:
251
251
runs-on : ubuntu-latest
252
252
name : Test async's minimum dependencies and Python
253
253
steps :
254
- - uses : actions/checkout@v4
254
+ - uses : actions/checkout@v5
255
255
with :
256
256
persist-credentials : false
257
257
- name : Install uv
258
- uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v5
258
+ uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
259
259
with :
260
260
python-version : ' 3.9'
261
261
- id : setup-mongodb
0 commit comments