File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 38
38
- name : " Checkout Repository"
39
39
uses : actions/checkout@v5
40
40
- name : " Setup Python"
41
- uses : actions/setup-python@v5
41
+ uses : actions/setup-python@v6
42
42
with :
43
43
python-version : " 3.13"
44
44
- name : " Install uv"
Original file line number Diff line number Diff line change 17
17
- name : " Checkout Repository"
18
18
uses : actions/checkout@v5
19
19
- name : " Setup Python"
20
- uses : actions/setup-python@v5
20
+ uses : actions/setup-python@v6
21
21
with :
22
22
python-version : " 3.13"
23
23
- name : " Install uv"
Original file line number Diff line number Diff line change 22
22
- name : " Checkout Repository"
23
23
uses : actions/checkout@v5
24
24
- name : " Setup Python"
25
- uses : actions/setup-python@v5
25
+ uses : actions/setup-python@v6
26
26
with :
27
27
python-version : " 3.13"
28
28
- name : " Install uv"
Original file line number Diff line number Diff line change 34
34
- name : " Checkout Repository"
35
35
uses : actions/checkout@v5
36
36
- name : " Setup Python"
37
- uses : actions/setup-python@v5
37
+ uses : actions/setup-python@v6
38
38
with :
39
39
python-version : " 3.13"
40
40
- name : " Install uv"
53
53
- name : " Checkout Repository"
54
54
uses : actions/checkout@v5
55
55
- name : " Setup Python"
56
- uses : actions/setup-python@v5
56
+ uses : actions/setup-python@v6
57
57
with :
58
58
python-version : " 3.13"
59
59
- name : " Install uv"
73
73
- name : " Checkout Repository"
74
74
uses : actions/checkout@v5
75
75
- name : " Setup Python"
76
- uses : actions/setup-python@v5
76
+ uses : actions/setup-python@v6
77
77
with :
78
78
python-version : " 3.13"
79
79
- name : " Install uv"
Original file line number Diff line number Diff line change 21
21
with :
22
22
fetch-depth : 0 # Fetch all history for all branches
23
23
- name : " Setup Python"
24
- uses : actions/setup-python@v5
24
+ uses : actions/setup-python@v6
25
25
with :
26
26
python-version : " 3.13"
27
27
- name : " Install uv"
You can’t perform that action at this time.
0 commit comments