File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
run : sudo apt-get install gettext
18
18
19
19
- name : Install uv
20
- uses : astral-sh/setup-uv@v5
20
+ uses : astral-sh/setup-uv@v6
21
21
22
22
- name : Validate
23
23
run : VERSION=${{ github.event.repository.default_branch }} JOBS=4 MODE=html make all
Original file line number Diff line number Diff line change 15
15
run : sudo apt-get install gettext
16
16
17
17
- name : Install uv
18
- uses : astral-sh/setup-uv@v5
18
+ uses : astral-sh/setup-uv@v6
19
19
20
20
- name : Build
21
21
run : JOBS=4 MODE=html make all
Original file line number Diff line number Diff line change 31
31
run : sudo apt-get install gettext
32
32
33
33
- name : Install uv
34
- uses : astral-sh/setup-uv@v5
34
+ uses : astral-sh/setup-uv@v6
35
35
36
36
- name : Sync with CPython
37
37
run : make clone && make merge && make rm_cpython
You can’t perform that action at this time.
0 commit comments