File tree 7 files changed +16
-16
lines changed
7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 24
24
with :
25
25
python-version : ${{ matrix.python }}
26
26
architecture : x64
27
- - uses : astral-sh/setup-uv@v4
27
+ - uses : astral-sh/setup-uv@v5
28
28
with :
29
29
version : ${{ env.UV_VERSION }}
30
30
- name : Install package
40
40
with :
41
41
python-version : ${{ env.PYTHON_VERSION }}
42
42
architecture : x64
43
- - uses : astral-sh/setup-uv@v4
43
+ - uses : astral-sh/setup-uv@v5
44
44
with :
45
45
version : ${{ env.UV_VERSION }}
46
46
- name : Install dependencies
77
77
with :
78
78
python-version : ${{ env.PYTHON_VERSION }}
79
79
architecture : x64
80
- - uses : astral-sh/setup-uv@v4
80
+ - uses : astral-sh/setup-uv@v5
81
81
with :
82
82
version : ${{ env.UV_VERSION }}
83
83
- name : Install dependencies
95
95
with :
96
96
python-version : ${{ env.PYTHON_VERSION }}
97
97
architecture : x64
98
- - uses : astral-sh/setup-uv@v4
98
+ - uses : astral-sh/setup-uv@v5
99
99
with :
100
100
version : ${{ env.UV_VERSION }}
101
101
- name : Build documentation
Original file line number Diff line number Diff line change 14
14
with :
15
15
python-version : ${{ env.PYTHON_VERSION }}
16
16
architecture : x64
17
- - uses : astral-sh/setup-uv@v4
17
+ - uses : astral-sh/setup-uv@v5
18
18
with :
19
19
version : ${{ env.UV_VERSION }}
20
20
- name : check status
Original file line number Diff line number Diff line change 19
19
with :
20
20
python-version : ${{ env.PYTHON_VERSION }}
21
21
architecture : x64
22
- - uses : astral-sh/setup-uv@v4
22
+ - uses : astral-sh/setup-uv@v5
23
23
with :
24
24
version : ${{ env.UV_VERSION }}
25
25
- name : Install requests
Original file line number Diff line number Diff line change 18
18
with :
19
19
python-version : ${{ env.PYTHON_VERSION }}
20
20
architecture : x64
21
- - uses : astral-sh/setup-uv@v4
21
+ - uses : astral-sh/setup-uv@v5
22
22
with :
23
23
version : ${{ env.UV_VERSION }}
24
24
- name : Build documentation
Original file line number Diff line number Diff line change 18
18
with :
19
19
python-version : ${{ env.PYTHON_VERSION }}
20
20
architecture : x64
21
- - uses : astral-sh/setup-uv@v4
21
+ - uses : astral-sh/setup-uv@v5
22
22
with :
23
23
version : ${{ env.UV_VERSION }}
24
24
- name : Install dependencies
43
43
with :
44
44
python-version : ${{ env.PYTHON_VERSION }}
45
45
architecture : x64
46
- - uses : astral-sh/setup-uv@v4
46
+ - uses : astral-sh/setup-uv@v5
47
47
with :
48
48
version : ${{ env.UV_VERSION }}
49
49
- name : Install package
Original file line number Diff line number Diff line change 19
19
with :
20
20
python-version : ${{ env.PYTHON_VERSION }}
21
21
architecture : x64
22
- - uses : astral-sh/setup-uv@v4
22
+ - uses : astral-sh/setup-uv@v5
23
23
with :
24
24
version : ${{ env.UV_VERSION }}
25
25
- name : Run ruff
36
36
with :
37
37
python-version : ${{ env.PYTHON_VERSION }}
38
38
architecture : x64
39
- - uses : astral-sh/setup-uv@v4
39
+ - uses : astral-sh/setup-uv@v5
40
40
with :
41
41
version : ${{ env.UV_VERSION }}
42
42
- name : Run mypy
53
53
with :
54
54
python-version : ${{ env.PYTHON_VERSION }}
55
55
architecture : x64
56
- - uses : astral-sh/setup-uv@v4
56
+ - uses : astral-sh/setup-uv@v5
57
57
with :
58
58
version : ${{ env.UV_VERSION }}
59
59
- name : Run pre-commit hooks
Original file line number Diff line number Diff line change 20
20
with :
21
21
python-version : ${{ env.PYTHON_VERSION }}
22
22
architecture : x64
23
- - uses : astral-sh/setup-uv@v4
23
+ - uses : astral-sh/setup-uv@v5
24
24
with :
25
25
version : ${{ env.UV_VERSION }}
26
26
- name : Run dependency sync checker
38
38
with :
39
39
python-version : ${{ env.PYTHON_VERSION }}
40
40
architecture : x64
41
- - uses : astral-sh/setup-uv@v4
41
+ - uses : astral-sh/setup-uv@v5
42
42
with :
43
43
version : ${{ env.UV_VERSION }}
44
44
- name : Run tests
88
88
with :
89
89
python-version : ${{ env.PYTHON_VERSION }}
90
90
architecture : x64
91
- - uses : astral-sh/setup-uv@v4
91
+ - uses : astral-sh/setup-uv@v5
92
92
with :
93
93
version : ${{ env.UV_VERSION }}
94
94
- name : Install dependencies
@@ -107,7 +107,7 @@ jobs:
107
107
with :
108
108
python-version : ${{ env.PYTHON_VERSION }}
109
109
architecture : x64
110
- - uses : astral-sh/setup-uv@v4
110
+ - uses : astral-sh/setup-uv@v5
111
111
with :
112
112
version : ${{ env.UV_VERSION }}
113
113
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments