File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
- name : Checkout
19
19
uses : actions/checkout@v5
20
20
- name : Set up Python
21
- uses : actions/setup-python@v5
21
+ uses : actions/setup-python@v6
22
22
with :
23
23
python-version : " 3.11"
24
24
cache : ' pip'
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/checkout@v5
19
19
- name : Set up Python 3.10
20
- uses : actions/setup-python@v5
20
+ uses : actions/setup-python@v6
21
21
with :
22
22
python-version : ' 3.11'
23
23
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/checkout@v5
19
19
- name : Set up Python 3.10
20
- uses : actions/setup-python@v5
20
+ uses : actions/setup-python@v6
21
21
with :
22
22
python-version : ' 3.11'
23
23
Original file line number Diff line number Diff line change 23
23
steps :
24
24
- uses : actions/checkout@v5
25
25
26
- - uses : actions/setup-python@v5
26
+ - uses : actions/setup-python@v6
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
29
allow-prereleases : true
52
52
steps :
53
53
- uses : actions/checkout@v5
54
54
55
- - uses : actions/setup-python@v5
55
+ - uses : actions/setup-python@v6
56
56
with :
57
57
python-version : ' 3.11'
58
58
You can’t perform that action at this time.
0 commit comments