File tree 7 files changed +14
-14
lines changed
7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 33
33
34
34
steps :
35
35
- name : Checkout
36
- uses : actions/checkout@v3
36
+ uses : actions/checkout@v4
37
37
with :
38
38
fetch-depth : 0
39
39
@@ -109,7 +109,7 @@ jobs:
109
109
110
110
steps :
111
111
- name : Checkout
112
- uses : actions/checkout@v3
112
+ uses : actions/checkout@v4
113
113
with :
114
114
fetch-depth : 0
115
115
@@ -143,7 +143,7 @@ jobs:
143
143
run : docker image prune -f
144
144
145
145
- name : Checkout
146
- uses : actions/checkout@v3
146
+ uses : actions/checkout@v4
147
147
with :
148
148
fetch-depth : 0
149
149
@@ -164,7 +164,7 @@ jobs:
164
164
165
165
steps :
166
166
- name : Checkout
167
- uses : actions/checkout@v3
167
+ uses : actions/checkout@v4
168
168
with :
169
169
fetch-depth : 0
170
170
Original file line number Diff line number Diff line change 27
27
- python
28
28
29
29
steps :
30
- - uses : actions/checkout@v3
30
+ - uses : actions/checkout@v4
31
31
- uses : github/codeql-action/init@v2
32
32
with :
33
33
languages : ${{ matrix.language }}
Original file line number Diff line number Diff line change 51
51
52
52
steps :
53
53
- name : Checkout
54
- uses : actions/checkout@v3
54
+ uses : actions/checkout@v4
55
55
with :
56
56
fetch-depth : 0
57
57
Original file line number Diff line number Diff line change 36
36
37
37
steps :
38
38
- name : Checkout
39
- uses : actions/checkout@v3
39
+ uses : actions/checkout@v4
40
40
with :
41
41
fetch-depth : 0
42
42
Original file line number Diff line number Diff line change 34
34
35
35
steps :
36
36
- name : Checkout
37
- uses : actions/checkout@v3
37
+ uses : actions/checkout@v4
38
38
with :
39
39
fetch-depth : 0
40
40
62
62
cancel-in-progress : true
63
63
steps :
64
64
- name : Checkout
65
- uses : actions/checkout@v3
65
+ uses : actions/checkout@v4
66
66
with :
67
67
fetch-depth : 0
68
68
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136
136
137
137
steps :
138
138
- name : Checkout
139
- uses : actions/checkout@v3
139
+ uses : actions/checkout@v4
140
140
with :
141
141
fetch-depth : 0
142
142
@@ -194,7 +194,7 @@ jobs:
194
194
195
195
steps :
196
196
- name : Checkout
197
- uses : actions/checkout@v3
197
+ uses : actions/checkout@v4
198
198
with :
199
199
fetch-depth : 0
200
200
@@ -330,7 +330,7 @@ jobs:
330
330
PYTEST_TARGET : pandas
331
331
332
332
steps :
333
- - uses : actions/checkout@v3
333
+ - uses : actions/checkout@v4
334
334
with :
335
335
fetch-depth : 0
336
336
Original file line number Diff line number Diff line change 48
48
sdist_file : ${{ steps.save-path.outputs.sdist_name }}
49
49
steps :
50
50
- name : Checkout pandas
51
- uses : actions/checkout@v3
51
+ uses : actions/checkout@v4
52
52
with :
53
53
fetch-depth : 0
54
54
@@ -103,7 +103,7 @@ jobs:
103
103
IS_SCHEDULE_DISPATCH : ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
104
104
steps :
105
105
- name : Checkout pandas
106
- uses : actions/checkout@v3
106
+ uses : actions/checkout@v4
107
107
with :
108
108
fetch-depth : 0
109
109
You can’t perform that action at this time.
0 commit comments