File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@v4
19
19
20
20
- name : Install uv
21
- uses : astral-sh/setup-uv@v5
21
+ uses : astral-sh/setup-uv@v6
22
22
23
23
- name : Set up Python
24
24
run : uv python install 3.12
44
44
- uses : actions/checkout@v4
45
45
46
46
- name : Install uv
47
- uses : astral-sh/setup-uv@v5
47
+ uses : astral-sh/setup-uv@v6
48
48
49
49
- name : Set up Python
50
50
run : uv python install 3.13
61
61
- uses : actions/checkout@v4
62
62
63
63
- name : Install uv
64
- uses : astral-sh/setup-uv@v5
64
+ uses : astral-sh/setup-uv@v6
65
65
66
66
- name : Set up Python
67
67
run : uv python install 3.13
80
80
- uses : actions/checkout@v4
81
81
82
82
- name : Install uv
83
- uses : astral-sh/setup-uv@v5
83
+ uses : astral-sh/setup-uv@v6
84
84
85
85
- name : Set up Python
86
86
run : uv python install 3.13
@@ -172,7 +172,7 @@ jobs:
172
172
run : sudo ACCEPT_EULA=Y apt-get install msodbcsql18 -y
173
173
174
174
- name : Install uv
175
- uses : astral-sh/setup-uv@v5
175
+ uses : astral-sh/setup-uv@v6
176
176
177
177
- name : Set up Python
178
178
run : uv python install 3.13
Original file line number Diff line number Diff line change 23
23
- uses : actions/checkout@v4
24
24
25
25
- name : Install uv
26
- uses : astral-sh/setup-uv@v5
26
+ uses : astral-sh/setup-uv@v6
27
27
28
28
- name : Set up Python
29
29
run : uv python install 3.13
Original file line number Diff line number Diff line change 16
16
uses : actions/checkout@v4
17
17
18
18
- name : Install uv
19
- uses : astral-sh/setup-uv@v5
19
+ uses : astral-sh/setup-uv@v6
20
20
21
21
- name : Set up Python
22
22
run : uv python install 3.13
Original file line number Diff line number Diff line change 48
48
&& sudo apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false
49
49
50
50
- name : Install uv
51
- uses : astral-sh/setup-uv@v5
51
+ uses : astral-sh/setup-uv@v6
52
52
53
53
- name : Set up Python
54
54
run : uv python install ${{ inputs.python-version }}
You can’t perform that action at this time.
0 commit comments