File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
- name : Set up Python 3.12
21
- uses : actions/setup-python@v4
21
+ uses : actions/setup-python@v5
22
22
with :
23
23
python-version : " 3.12"
24
24
- name : Install dependencies
Original file line number Diff line number Diff line change 18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
- name : Set up Python 3.12
21
- uses : actions/setup-python@v4
21
+ uses : actions/setup-python@v5
22
22
with :
23
23
python-version : " 3.12"
24
24
- name : Install dependencies
Original file line number Diff line number Diff line change 18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
- name : Set up Python 3.12
21
- uses : actions/setup-python@v4
21
+ uses : actions/setup-python@v5
22
22
with :
23
23
python-version : " 3.12"
24
24
- name : Install dependencies
Original file line number Diff line number Diff line change 21
21
steps :
22
22
- uses : actions/checkout@v4
23
23
- name : Set up Python ${{ matrix.version }}
24
- uses : actions/setup-python@v4
24
+ uses : actions/setup-python@v5
25
25
with :
26
26
python-version : " ${{ matrix.version }}"
27
27
- name : Install dependencies
Original file line number Diff line number Diff line change 18
18
uses : actions/checkout@v4
19
19
20
20
- name : Set up Python 3.12
21
- uses : actions/setup-python@v4
21
+ uses : actions/setup-python@v5
22
22
with :
23
23
python-version : " 3.12"
24
24
Original file line number Diff line number Diff line change 40
40
uses : actions/checkout@v4
41
41
42
42
- name : Set up Python 3.12
43
- uses : actions/setup-python@v4
43
+ uses : actions/setup-python@v5
44
44
with :
45
45
python-version : " 3.12"
46
46
You can’t perform that action at this time.
0 commit comments