File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v4
18
18
19
19
- name : Install uv
20
- uses : astral-sh/setup-uv@v3
20
+ uses : astral-sh/setup-uv@v6
21
21
with :
22
22
enable-cache : true
23
23
cache-dependency-glob : " uv.lock"
54
54
- uses : actions/checkout@v4
55
55
56
56
- name : Install uv
57
- uses : astral-sh/setup-uv@v3
57
+ uses : astral-sh/setup-uv@v6
58
58
59
59
- name : Set up Python
60
60
run : uv python install 3.11
83
83
- uses : actions/checkout@v4
84
84
85
85
- name : Install uv
86
- uses : astral-sh/setup-uv@v3
86
+ uses : astral-sh/setup-uv@v6
87
87
88
88
- name : Set up Python
89
89
run : uv python install 3.11
@@ -111,7 +111,7 @@ jobs:
111
111
- uses : actions/checkout@v4
112
112
113
113
- name : Install uv
114
- uses : astral-sh/setup-uv@v3
114
+ uses : astral-sh/setup-uv@v6
115
115
116
116
- name : Set up Python
117
117
run : uv python install 3.11
Original file line number Diff line number Diff line change 33
33
queries : +security-and-quality
34
34
35
35
- name : Install uv
36
- uses : astral-sh/setup-uv@v3
36
+ uses : astral-sh/setup-uv@v6
37
37
38
38
- name : Set up Python
39
39
run : uv python install 3.11
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v4
14
14
15
15
- name : Install uv
16
- uses : astral-sh/setup-uv@v3
16
+ uses : astral-sh/setup-uv@v6
17
17
18
18
- name : Set up Python
19
19
run : uv python install 3.11
Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v4
18
18
19
19
- name : Install uv
20
- uses : astral-sh/setup-uv@v3
20
+ uses : astral-sh/setup-uv@v6
21
21
22
22
- name : Set up Python
23
23
run : uv python install 3.11
Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v4
18
18
19
19
- name : Install uv
20
- uses : astral-sh/setup-uv@v3
20
+ uses : astral-sh/setup-uv@v6
21
21
22
22
- name : Set up Python
23
23
run : uv python install 3.11
You can’t perform that action at this time.
0 commit comments