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 19
19
uses : actions/checkout@v5
20
20
21
21
- name : Set up Python 3.x
22
- uses : actions/setup-python@v5
22
+ uses : actions/setup-python@v6
23
23
with :
24
24
python-version : ' 3.x'
25
25
Original file line number Diff line number Diff line change 34
34
fetch-depth : 0
35
35
36
36
- name : Set up Python 3.x
37
- uses : actions/setup-python@v5
37
+ uses : actions/setup-python@v6
38
38
with :
39
39
python-version : ' 3.x'
40
40
Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v5
16
16
17
17
- name : Set up Python
18
- uses : actions/setup-python@v5
18
+ uses : actions/setup-python@v6
19
19
with :
20
20
python-version : ' 3.x'
21
21
Original file line number Diff line number Diff line change 39
39
fetch-depth : 0
40
40
41
41
- name : Set up Python ${{ matrix.python-version }}
42
- uses : actions/setup-python@v5
42
+ uses : actions/setup-python@v6
43
43
with :
44
44
python-version : ${{ matrix.python-version }}
45
45
You can’t perform that action at this time.
0 commit comments