File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
- uses : actions/setup-node@v5
24
24
with :
25
25
node-version : lts/*
26
- - uses : actions/setup-python@v5
26
+ - uses : actions/setup-python@v6
27
27
with :
28
28
python-version : " 3.10"
29
29
- name : Install uv
Original file line number Diff line number Diff line change 16
16
- name : Checkout
17
17
uses : actions/checkout@v5
18
18
- name : Set up Python
19
- uses : actions/setup-python@v5
19
+ uses : actions/setup-python@v6
20
20
with :
21
21
python-version : " 3.10"
22
22
- name : Install uv
Original file line number Diff line number Diff line change 51
51
- uses : actions/setup-node@v5
52
52
with :
53
53
node-version : lts/*
54
- - uses : actions/setup-python@v5
54
+ - uses : actions/setup-python@v6
55
55
with :
56
56
python-version : ' 3.10'
57
57
- name : Setup tmate session
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- uses : actions/checkout@v5
18
- - uses : actions/setup-python@v5
18
+ - uses : actions/setup-python@v6
19
19
with :
20
20
python-version : " 3.10"
21
21
- run : pip install smokeshow
Original file line number Diff line number Diff line change 16
16
- name : Checkout
17
17
uses : actions/checkout@v5
18
18
- name : Set up Python
19
- uses : actions/setup-python@v5
19
+ uses : actions/setup-python@v6
20
20
with :
21
21
python-version : " 3.10"
22
22
- name : Install uv
You can’t perform that action at this time.
0 commit comments