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@v5
13
13
14
14
- name : Set up Python 3.9
15
- uses : actions/setup-python@v5
15
+ uses : actions/setup-python@v6
16
16
with :
17
17
python-version : 3.9
18
18
Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@v5
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@v5
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
72
72
uses : actions/checkout@v5
73
73
74
74
- name : " Setup Python"
75
- uses : actions/setup-python@v5
75
+ uses : actions/setup-python@v6
76
76
with :
77
77
python-version : 3.9
78
78
You can’t perform that action at this time.
0 commit comments