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@v4
20
20
- name : Set up Python
21
- uses : actions/setup-python@v4
21
+ uses : actions/setup-python@v5
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@v4
19
19
- name : Set up Python 3.10
20
- uses : actions/setup-python@v4
20
+ uses : actions/setup-python@v5
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@v4
19
19
- name : Set up Python 3.10
20
- uses : actions/setup-python@v4
20
+ uses : actions/setup-python@v5
21
21
with :
22
22
python-version : ' 3.11'
23
23
Original file line number Diff line number Diff line change 25
25
steps :
26
26
- uses : actions/checkout@v4
27
27
28
- - uses : actions/setup-python@v4
28
+ - uses : actions/setup-python@v5
29
29
with :
30
30
python-version : ${{ matrix.python-version }}
31
31
allow-prereleases : true
53
53
steps :
54
54
- uses : actions/checkout@v4
55
55
56
- - uses : actions/setup-python@v4
56
+ - uses : actions/setup-python@v5
57
57
with :
58
58
python-version : ' 3.11'
59
59
You can’t perform that action at this time.
0 commit comments