File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@v5
36+ uses : actions/checkout@v6
3737 with :
3838 fetch-depth : 0
3939
@@ -114,7 +114,7 @@ jobs:
114114
115115 steps :
116116 - name : Checkout
117- uses : actions/checkout@v5
117+ uses : actions/checkout@v6
118118 with :
119119 fetch-depth : 0
120120
@@ -142,7 +142,7 @@ jobs:
142142
143143 steps :
144144 - name : Checkout
145- uses : actions/checkout@v5
145+ uses : actions/checkout@v6
146146 with :
147147 fetch-depth : 0
148148
Original file line number Diff line number Diff line change 2727 - python
2828
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6
3131 - uses : github/codeql-action/init@v4
3232 with :
3333 languages : ${{ matrix.language }}
Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Checkout
39- uses : actions/checkout@v5
39+ uses : actions/checkout@v6
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@v5
37+ uses : actions/checkout@v6
3838 with :
3939 fetch-depth : 0
4040
5858 cancel-in-progress : true
5959 steps :
6060 - name : Checkout
61- uses : actions/checkout@v5
61+ uses : actions/checkout@v6
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@v5
142+ uses : actions/checkout@v6
143143 with :
144144 fetch-depth : 0
145145
@@ -198,7 +198,7 @@ jobs:
198198
199199 steps :
200200 - name : Checkout
201- uses : actions/checkout@v5
201+ uses : actions/checkout@v6
202202 with :
203203 fetch-depth : 0
204204
@@ -336,7 +336,7 @@ jobs:
336336 PYTEST_TARGET : pandas
337337
338338 steps :
339- - uses : actions/checkout@v5
339+ - uses : actions/checkout@v6
340340 with :
341341 fetch-depth : 0
342342
@@ -373,7 +373,7 @@ jobs:
373373 cancel-in-progress : true
374374 steps :
375375 - name : Checkout pandas Repo
376- uses : actions/checkout@v5
376+ uses : actions/checkout@v6
377377 with :
378378 fetch-depth : 0
379379
Original file line number Diff line number Diff line change 5151 sdist_file : ${{ steps.save-path.outputs.sdist_name }}
5252 steps :
5353 - name : Checkout pandas
54- uses : actions/checkout@v5
54+ uses : actions/checkout@v6
5555 with :
5656 fetch-depth : 0
5757
@@ -122,7 +122,7 @@ jobs:
122122 IS_SCHEDULE_DISPATCH : ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
123123 steps :
124124 - name : Checkout pandas
125- uses : actions/checkout@v5
125+ uses : actions/checkout@v6
126126 with :
127127 fetch-depth : 0
128128
You can’t perform that action at this time.
0 commit comments