File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
uses : actions/checkout@v4
25
25
26
26
- name : Set up Python
27
- uses : actions/setup-python@v4
27
+ uses : actions/setup-python@v5
28
28
with :
29
29
python-version : ' 3.12'
30
30
cache : ' pip'
Original file line number Diff line number Diff line change 39
39
steps :
40
40
- uses : actions/checkout@v4
41
41
- name : Set up Python ${{ matrix.python-version }}
42
- uses : actions/setup-python@v4
42
+ uses : actions/setup-python@v5
43
43
with :
44
44
python-version : ${{ matrix.python-version }}
45
45
cache : ' pip'
Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v4
13
13
14
14
- name : Set up Python
15
- uses : actions/setup-python@v4
15
+ uses : actions/setup-python@v5
16
16
with :
17
17
python-version : ' 3.12'
18
18
cache : ' pip'
Original file line number Diff line number Diff line change 54
54
steps :
55
55
- uses : actions/checkout@v4
56
56
- name : Set up Python ${{ matrix.python-version }}
57
- uses : actions/setup-python@v4
57
+ uses : actions/setup-python@v5
58
58
with :
59
59
python-version : ${{ matrix.python-version }}
60
60
cache : ' pip'
You can’t perform that action at this time.
0 commit comments