File tree Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 39
39
uses : actions/checkout@v5
40
40
41
41
- name : Set up Python 3.8
42
- uses : actions/setup-python@v5
42
+ uses : actions/setup-python@v6
43
43
with :
44
44
python-version : 3.8
45
45
Original file line number Diff line number Diff line change 51
51
uses : actions/checkout@v5
52
52
53
53
- name : Set up Python 3.8
54
- uses : actions/setup-python@v5
54
+ uses : actions/setup-python@v6
55
55
with :
56
56
python-version : 3.8
57
57
Original file line number Diff line number Diff line change 29
29
uses : actions/checkout@v5
30
30
31
31
- name : Set up Python 3.
32
- uses : actions/setup-python@v5
32
+ uses : actions/setup-python@v6
33
33
with :
34
34
python-version : ' 3.x'
35
35
Original file line number Diff line number Diff line change 32
32
uses : actions/checkout@v5
33
33
34
34
- name : Set up Python 3.
35
- uses : actions/setup-python@v5
35
+ uses : actions/setup-python@v6
36
36
with :
37
37
python-version : ' 3.x'
38
38
61
61
uses : actions/checkout@v5
62
62
63
63
- name : Set up Python 3.9.14
64
- uses : actions/setup-python@v5
64
+ uses : actions/setup-python@v6
65
65
with :
66
66
python-version : 3.9.14
67
67
@@ -107,7 +107,7 @@ jobs:
107
107
uses : actions/checkout@v5
108
108
109
109
- name : Set up Python ${{ matrix.python_version }}
110
- uses : actions/setup-python@v5
110
+ uses : actions/setup-python@v6
111
111
with :
112
112
python-version : ${{ matrix.python_version }}
113
113
@@ -146,7 +146,7 @@ jobs:
146
146
uses : actions/checkout@v5
147
147
148
148
- name : Set up Python 3.9.14
149
- uses : actions/setup-python@v5
149
+ uses : actions/setup-python@v6
150
150
with :
151
151
python-version : 3.9.14
152
152
@@ -185,7 +185,7 @@ jobs:
185
185
uses : actions/checkout@v5
186
186
187
187
- name : Set up Python 3.9.14
188
- uses : actions/setup-python@v5
188
+ uses : actions/setup-python@v6
189
189
with :
190
190
python-version : 3.9.14
191
191
Original file line number Diff line number Diff line change 48
48
uses : actions/checkout@v5
49
49
50
50
- name : Set up Python 3.8
51
- uses : actions/setup-python@v5
51
+ uses : actions/setup-python@v6
52
52
with :
53
53
python-version : 3.8
54
54
Original file line number Diff line number Diff line change 54
54
uses : actions/checkout@v5
55
55
56
56
- name : Set up Python 3.8
57
- uses : actions/setup-python@v5
57
+ uses : actions/setup-python@v6
58
58
with :
59
59
python-version : 3.8
60
60
Original file line number Diff line number Diff line change 49
49
uses : actions/checkout@v5
50
50
51
51
- name : Set up Python 3.8
52
- uses : actions/setup-python@v5
52
+ uses : actions/setup-python@v6
53
53
with :
54
54
python-version : 3.8
55
55
Original file line number Diff line number Diff line change 54
54
uses : actions/checkout@v5
55
55
56
56
- name : Set up Python 3.8
57
- uses : actions/setup-python@v5
57
+ uses : actions/setup-python@v6
58
58
with :
59
59
python-version : 3.8
60
60
Original file line number Diff line number Diff line change 59
59
uses : actions/checkout@v5
60
60
61
61
- name : Set up Python 3.8
62
- uses : actions/setup-python@v5
62
+ uses : actions/setup-python@v6
63
63
with :
64
64
python-version : 3.8
65
65
Original file line number Diff line number Diff line change 47
47
uses : actions/checkout@v5
48
48
49
49
- name : Set up Python 3.8
50
- uses : actions/setup-python@v5
50
+ uses : actions/setup-python@v6
51
51
with :
52
52
python-version : 3.8
53
53
You can’t perform that action at this time.
0 commit comments