File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@v3
36+ uses : actions/checkout@v4
3737 with :
3838 fetch-depth : 0
3939
@@ -109,7 +109,7 @@ jobs:
109109
110110 steps :
111111 - name : Checkout
112- uses : actions/checkout@v3
112+ uses : actions/checkout@v4
113113 with :
114114 fetch-depth : 0
115115
@@ -143,7 +143,7 @@ jobs:
143143 run : docker image prune -f
144144
145145 - name : Checkout
146- uses : actions/checkout@v3
146+ uses : actions/checkout@v4
147147 with :
148148 fetch-depth : 0
149149
@@ -164,7 +164,7 @@ jobs:
164164
165165 steps :
166166 - name : Checkout
167- uses : actions/checkout@v3
167+ uses : actions/checkout@v4
168168 with :
169169 fetch-depth : 0
170170
Original file line number Diff line number Diff line change 2727 - python
2828
2929 steps :
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v4
3131 - uses : github/codeql-action/init@v2
3232 with :
3333 languages : ${{ matrix.language }}
Original file line number Diff line number Diff line change 5151
5252 steps :
5353 - name : Checkout
54- uses : actions/checkout@v3
54+ uses : actions/checkout@v4
5555 with :
5656 fetch-depth : 0
5757
Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Checkout
39- uses : actions/checkout@v3
39+ uses : actions/checkout@v4
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@v3
37+ uses : actions/checkout@v4
3838 with :
3939 fetch-depth : 0
4040
6262 cancel-in-progress : true
6363 steps :
6464 - name : Checkout
65- uses : actions/checkout@v3
65+ uses : actions/checkout@v4
6666 with :
6767 fetch-depth : 0
6868
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136
137137 steps :
138138 - name : Checkout
139- uses : actions/checkout@v3
139+ uses : actions/checkout@v4
140140 with :
141141 fetch-depth : 0
142142
@@ -194,7 +194,7 @@ jobs:
194194
195195 steps :
196196 - name : Checkout
197- uses : actions/checkout@v3
197+ uses : actions/checkout@v4
198198 with :
199199 fetch-depth : 0
200200
@@ -330,7 +330,7 @@ jobs:
330330 PYTEST_TARGET : pandas
331331
332332 steps :
333- - uses : actions/checkout@v3
333+ - uses : actions/checkout@v4
334334 with :
335335 fetch-depth : 0
336336
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@v3
51+ uses : actions/checkout@v4
5252 with :
5353 fetch-depth : 0
5454
@@ -103,7 +103,7 @@ jobs:
103103 IS_SCHEDULE_DISPATCH : ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
104104 steps :
105105 - name : Checkout pandas
106- uses : actions/checkout@v3
106+ uses : actions/checkout@v4
107107 with :
108108 fetch-depth : 0
109109
You can’t perform that action at this time.
0 commit comments