File tree 9 files changed +13
-13
lines changed
9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 51
51
uses : actions/checkout@v4
52
52
53
53
- name : Set up Python 3.8
54
- uses : actions/setup-python@v4
54
+ uses : actions/setup-python@v5
55
55
with :
56
56
python-version : 3.8
57
57
Original file line number Diff line number Diff line change 44
44
uses : actions/checkout@v4
45
45
46
46
- name : Set up Python 3.
47
- uses : actions/setup-python@v4
47
+ uses : actions/setup-python@v5
48
48
with :
49
49
python-version : ' 3.x'
50
50
Original file line number Diff line number Diff line change 43
43
uses : actions/checkout@v4
44
44
45
45
- name : Set up Python 3.
46
- uses : actions/setup-python@v4
46
+ uses : actions/setup-python@v5
47
47
with :
48
48
python-version : ' 3.x'
49
49
72
72
uses : actions/checkout@v4
73
73
74
74
- name : Set up Python 3.9.14
75
- uses : actions/setup-python@v4
75
+ uses : actions/setup-python@v5
76
76
with :
77
77
python-version : 3.9.14
78
78
@@ -118,7 +118,7 @@ jobs:
118
118
uses : actions/checkout@v4
119
119
120
120
- name : Set up Python ${{ matrix.python_version }}
121
- uses : actions/setup-python@v4
121
+ uses : actions/setup-python@v5
122
122
with :
123
123
python-version : ${{ matrix.python_version }}
124
124
@@ -157,7 +157,7 @@ jobs:
157
157
uses : actions/checkout@v4
158
158
159
159
- name : Set up Python 3.9.14
160
- uses : actions/setup-python@v4
160
+ uses : actions/setup-python@v5
161
161
with :
162
162
python-version : 3.9.14
163
163
@@ -196,7 +196,7 @@ jobs:
196
196
uses : actions/checkout@v4
197
197
198
198
- name : Set up Python 3.9.14
199
- uses : actions/setup-python@v4
199
+ uses : actions/setup-python@v5
200
200
with :
201
201
python-version : 3.9.14
202
202
Original file line number Diff line number Diff line change 57
57
uses : actions/checkout@v4
58
58
59
59
- name : Set up Python 3.8
60
- uses : actions/setup-python@v4
60
+ uses : actions/setup-python@v5
61
61
with :
62
62
python-version : 3.8
63
63
Original file line number Diff line number Diff line change 63
63
uses : actions/checkout@v4
64
64
65
65
- name : Set up Python 3.8
66
- uses : actions/setup-python@v4
66
+ uses : actions/setup-python@v5
67
67
with :
68
68
python-version : 3.8
69
69
Original file line number Diff line number Diff line change 58
58
uses : actions/checkout@v4
59
59
60
60
- name : Set up Python 3.8
61
- uses : actions/setup-python@v4
61
+ uses : actions/setup-python@v5
62
62
with :
63
63
python-version : 3.8
64
64
Original file line number Diff line number Diff line change 63
63
uses : actions/checkout@v4
64
64
65
65
- name : Set up Python 3.8
66
- uses : actions/setup-python@v4
66
+ uses : actions/setup-python@v5
67
67
with :
68
68
python-version : 3.8
69
69
Original file line number Diff line number Diff line change 57
57
uses : actions/checkout@v4
58
58
59
59
- name : Set up Python 3.8
60
- uses : actions/setup-python@v4
60
+ uses : actions/setup-python@v5
61
61
with :
62
62
python-version : 3.8
63
63
Original file line number Diff line number Diff line change 63
63
uses : actions/checkout@v4
64
64
65
65
- name : Set up Python 3.8
66
- uses : actions/setup-python@v4
66
+ uses : actions/setup-python@v5
67
67
with :
68
68
python-version : 3.8
69
69
You can’t perform that action at this time.
0 commit comments