File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
with :
22
22
fetch-depth : 0
23
23
Original file line number Diff line number Diff line change 33
33
34
34
steps :
35
35
- name : Checkout
36
- uses : actions/checkout@v4
36
+ uses : actions/checkout@v5
37
37
with :
38
38
fetch-depth : 0
39
39
@@ -114,7 +114,7 @@ jobs:
114
114
115
115
steps :
116
116
- name : Checkout
117
- uses : actions/checkout@v4
117
+ uses : actions/checkout@v5
118
118
with :
119
119
fetch-depth : 0
120
120
@@ -148,7 +148,7 @@ jobs:
148
148
run : docker image prune -f
149
149
150
150
- name : Checkout
151
- uses : actions/checkout@v4
151
+ uses : actions/checkout@v5
152
152
with :
153
153
fetch-depth : 0
154
154
@@ -169,7 +169,7 @@ jobs:
169
169
170
170
steps :
171
171
- name : Checkout
172
- uses : actions/checkout@v4
172
+ uses : actions/checkout@v5
173
173
with :
174
174
fetch-depth : 0
175
175
Original file line number Diff line number Diff line change 27
27
- python
28
28
29
29
steps :
30
- - uses : actions/checkout@v4
30
+ - uses : actions/checkout@v5
31
31
- uses : github/codeql-action/init@v3
32
32
with :
33
33
languages : ${{ matrix.language }}
Original file line number Diff line number Diff line change 49
49
50
50
steps :
51
51
- name : Checkout
52
- uses : actions/checkout@v4
52
+ uses : actions/checkout@v5
53
53
with :
54
54
fetch-depth : 0
55
55
Original file line number Diff line number Diff line change 36
36
37
37
steps :
38
38
- name : Checkout
39
- uses : actions/checkout@v4
39
+ uses : actions/checkout@v5
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@v4
37
+ uses : actions/checkout@v5
38
38
with :
39
39
fetch-depth : 0
40
40
58
58
cancel-in-progress : true
59
59
steps :
60
60
- name : Checkout
61
- uses : actions/checkout@v4
61
+ uses : actions/checkout@v5
62
62
with :
63
63
fetch-depth : 0
64
64
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139
139
140
140
steps :
141
141
- name : Checkout
142
- uses : actions/checkout@v4
142
+ uses : actions/checkout@v5
143
143
with :
144
144
fetch-depth : 0
145
145
@@ -199,7 +199,7 @@ jobs:
199
199
200
200
steps :
201
201
- name : Checkout
202
- uses : actions/checkout@v4
202
+ uses : actions/checkout@v5
203
203
with :
204
204
fetch-depth : 0
205
205
@@ -338,7 +338,7 @@ jobs:
338
338
PYTEST_TARGET : pandas
339
339
340
340
steps :
341
- - uses : actions/checkout@v4
341
+ - uses : actions/checkout@v5
342
342
with :
343
343
fetch-depth : 0
344
344
@@ -375,7 +375,7 @@ jobs:
375
375
cancel-in-progress : true
376
376
steps :
377
377
- name : Checkout pandas Repo
378
- uses : actions/checkout@v4
378
+ uses : actions/checkout@v5
379
379
with :
380
380
fetch-depth : 0
381
381
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@v4
51
+ uses : actions/checkout@v5
52
52
with :
53
53
fetch-depth : 0
54
54
@@ -119,7 +119,7 @@ jobs:
119
119
IS_SCHEDULE_DISPATCH : ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
120
120
steps :
121
121
- name : Checkout pandas
122
- uses : actions/checkout@v4
122
+ uses : actions/checkout@v5
123
123
with :
124
124
fetch-depth : 0
125
125
You can’t perform that action at this time.
0 commit comments