File tree 4 files changed +12
-4
lines changed
4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 45
45
setup.py
46
46
47
47
- name : Install uv
48
- uses : yezz123/setup-uv@v4
48
+ uses : astral-sh/setup-uv@v3
49
+ with :
50
+ version : " latest"
49
51
50
52
- name : Initialize CodeQL
51
53
uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 33
33
cache-dependency-path : ' setup.py'
34
34
35
35
- name : Install uv
36
- uses : yezz123/setup-uv@v4
36
+ uses : astral-sh/setup-uv@v3
37
+ with :
38
+ version : " latest"
37
39
38
40
- name : Invoke tests
39
41
run : |
Original file line number Diff line number Diff line change 19
19
cache-dependency-path : ' setup.py'
20
20
21
21
- name : Install uv
22
- uses : yezz123/setup-uv@v4
22
+ uses : astral-sh/setup-uv@v3
23
+ with :
24
+ version : " latest"
23
25
24
26
- name : Build package
25
27
run : |
Original file line number Diff line number Diff line change 48
48
cache-dependency-path : setup.py
49
49
50
50
- name : Install uv
51
- uses : yezz123/setup-uv@v4
51
+ uses : astral-sh/setup-uv@v3
52
+ with :
53
+ version : " latest"
52
54
53
55
- name : Invoke tests
54
56
run : |
You can’t perform that action at this time.
0 commit comments