File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 39
39
fetch-depth : 0 # Fetch all history for all branches and tags.
40
40
41
41
- name : Set up Python
42
- uses : actions/setup-python@v5
42
+ uses : actions/setup-python@v6
43
43
with :
44
44
python-version : ${{ matrix.python-version }}
45
45
78
78
fetch-depth : 0 # Fetch all history for all branches and tags.
79
79
80
80
- name : Set up Python
81
- uses : actions/setup-python@v5
81
+ uses : actions/setup-python@v6
82
82
with :
83
83
python-version : ${{ matrix.python-version }}
84
84
Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v5
16
16
with :
17
17
fetch-depth : 0
18
- - uses : actions/setup-python@v5
18
+ - uses : actions/setup-python@v6
19
19
name : Install Python
20
20
with :
21
21
python-version : " 3.11"
50
50
needs : build-artifacts
51
51
runs-on : ubuntu-latest
52
52
steps :
53
- - uses : actions/setup-python@v5
53
+ - uses : actions/setup-python@v6
54
54
name : Install Python
55
55
with :
56
56
python-version : " 3.11"
Original file line number Diff line number Diff line change 21
21
with :
22
22
fetch-depth : 0
23
23
24
- - uses : actions/setup-python@v5
24
+ - uses : actions/setup-python@v6
25
25
name : Install Python
26
26
with :
27
27
python-version : " 3.11"
62
62
needs : build-artifacts
63
63
runs-on : ubuntu-latest
64
64
steps :
65
- - uses : actions/setup-python@v5
65
+ - uses : actions/setup-python@v6
66
66
name : Install Python
67
67
with :
68
68
python-version : " 3.11"
Original file line number Diff line number Diff line change 33
33
fetch-depth : 0 # Fetch all history for all branches and tags.
34
34
35
35
- name : Set up Python
36
- uses : actions/setup-python@v5
36
+ uses : actions/setup-python@v6
37
37
with :
38
38
python-version : ${{ matrix.python-version }}
39
39
You can’t perform that action at this time.
0 commit comments