File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v4
13
13
14
14
- name : Set up Python 3.12
15
- uses : actions/setup-python@v5
15
+ uses : actions/setup-python@v6
16
16
with :
17
17
python-version : 3.12
18
18
Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@v4
19
19
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.x'
24
24
Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@v4
21
21
22
22
- name : Set up Python ${{ matrix.python-version }}
23
- uses : actions/setup-python@v5
23
+ uses : actions/setup-python@v6
24
24
with :
25
25
python-version : ${{ matrix.python-version }}
26
26
70
70
uses : actions/checkout@v4
71
71
72
72
- name : " Setup Python"
73
- uses : actions/setup-python@v5
73
+ uses : actions/setup-python@v6
74
74
with :
75
75
python-version : 3.9
76
76
You can’t perform that action at this time.
0 commit comments