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 14
14
fetch-depth : 0
15
15
16
16
- name : Set up Python
17
- uses : actions/setup-python@v5
17
+ uses : actions/setup-python@v6
18
18
with :
19
19
python-version : ' 3.9'
20
20
Original file line number Diff line number Diff line change 38
38
39
39
- name : Set up Python
40
40
if : steps.auto-version.outputs.version != ''
41
- uses : actions/setup-python@v5
41
+ uses : actions/setup-python@v6
42
42
with :
43
43
python-version : ' ^3.9'
44
44
Original file line number Diff line number Diff line change 29
29
fetch-depth : 0
30
30
31
31
- name : Set up Python
32
- uses : actions/setup-python@v5
32
+ uses : actions/setup-python@v6
33
33
with :
34
34
python-version : ${{ matrix.python-version }}
35
35
Original file line number Diff line number Diff line change 14
14
fetch-depth : 0
15
15
16
16
- name : Set up Python
17
- uses : actions/setup-python@v5
17
+ uses : actions/setup-python@v6
18
18
with :
19
19
python-version : ' 3.9'
20
20
You can’t perform that action at this time.
0 commit comments