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 1717
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0
2323
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737 with :
3838 fetch-depth : 0
3939
@@ -114,7 +114,7 @@ jobs:
114114
115115 steps :
116116 - name : Checkout
117- uses : actions/checkout@v4
117+ uses : actions/checkout@v5
118118 with :
119119 fetch-depth : 0
120120
@@ -148,7 +148,7 @@ jobs:
148148 run : docker image prune -f
149149
150150 - name : Checkout
151- uses : actions/checkout@v4
151+ uses : actions/checkout@v5
152152 with :
153153 fetch-depth : 0
154154
@@ -169,7 +169,7 @@ jobs:
169169
170170 steps :
171171 - name : Checkout
172- uses : actions/checkout@v4
172+ uses : actions/checkout@v5
173173 with :
174174 fetch-depth : 0
175175
Original file line number Diff line number Diff line change 2727 - python
2828
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131 - uses : github/codeql-action/init@v3
3232 with :
3333 languages : ${{ matrix.language }}
Original file line number Diff line number Diff line change 4949
5050 steps :
5151 - name : Checkout
52- uses : actions/checkout@v4
52+ uses : actions/checkout@v5
5353 with :
5454 fetch-depth : 0
5555
Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Checkout
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v5
4040 with :
4141 fetch-depth : 0
4242
Original file line number Diff line number Diff line change 3434
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838 with :
3939 fetch-depth : 0
4040
5858 cancel-in-progress : true
5959 steps :
6060 - name : Checkout
61- uses : actions/checkout@v4
61+ uses : actions/checkout@v5
6262 with :
6363 fetch-depth : 0
6464
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139139
140140 steps :
141141 - name : Checkout
142- uses : actions/checkout@v4
142+ uses : actions/checkout@v5
143143 with :
144144 fetch-depth : 0
145145
@@ -199,7 +199,7 @@ jobs:
199199
200200 steps :
201201 - name : Checkout
202- uses : actions/checkout@v4
202+ uses : actions/checkout@v5
203203 with :
204204 fetch-depth : 0
205205
@@ -338,7 +338,7 @@ jobs:
338338 PYTEST_TARGET : pandas
339339
340340 steps :
341- - uses : actions/checkout@v4
341+ - uses : actions/checkout@v5
342342 with :
343343 fetch-depth : 0
344344
@@ -375,7 +375,7 @@ jobs:
375375 cancel-in-progress : true
376376 steps :
377377 - name : Checkout pandas Repo
378- uses : actions/checkout@v4
378+ uses : actions/checkout@v5
379379 with :
380380 fetch-depth : 0
381381
Original file line number Diff line number Diff line change 4848 sdist_file : ${{ steps.save-path.outputs.sdist_name }}
4949 steps :
5050 - name : Checkout pandas
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v5
5252 with :
5353 fetch-depth : 0
5454
@@ -119,7 +119,7 @@ jobs:
119119 IS_SCHEDULE_DISPATCH : ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
120120 steps :
121121 - name : Checkout pandas
122- uses : actions/checkout@v4
122+ uses : actions/checkout@v5
123123 with :
124124 fetch-depth : 0
125125
You can’t perform that action at this time.
0 commit comments