Commit c767fe0 1 parent e733bae commit c767fe0 Copy full SHA for c767fe0
File tree 10 files changed +22
-22
lines changed
10 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 11
11
matrix :
12
12
dataset : ["sift"]
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 0
17
17
lfs : true
Original file line number Diff line number Diff line change 17
17
run :
18
18
working-directory : ./rust
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- uses : Swatinem/rust-cache@v2
22
22
with :
23
23
workspaces : rust
Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-22.04-4core
22
22
steps :
23
23
- name : Checkout
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
- name : Set up Python
26
26
uses : actions/setup-python@v4
27
27
with :
Original file line number Diff line number Diff line change 35
35
runs-on : ubuntu-22.04-4core
36
36
steps :
37
37
- name : Checkout
38
- uses : actions/checkout@v3
38
+ uses : actions/checkout@v4
39
39
- name : Set up Python
40
40
uses : actions/setup-python@v4
41
41
with :
Original file line number Diff line number Diff line change 21
21
run :
22
22
working-directory : ./integration/duckdb_lance
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- name : Install dependencies
26
26
run : |
27
27
sudo apt update
45
45
run :
46
46
working-directory : ./integration/duckdb_lance
47
47
steps :
48
- - uses : actions/checkout@v3
48
+ - uses : actions/checkout@v4
49
49
- name : Install dependencies
50
50
run : |
51
51
brew install protobuf
Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- name : Check out main
29
- uses : actions/checkout@v3
29
+ uses : actions/checkout@v4
30
30
with :
31
31
ref : main
32
32
persist-credentials : false
Original file line number Diff line number Diff line change 20
20
timeout-minutes : 30
21
21
runs-on : " ubuntu-22.04"
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
with :
25
25
fetch-depth : 0
26
26
lfs : true
Original file line number Diff line number Diff line change 15
15
- aarch64
16
16
runs-on : " ubuntu-22.04"
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
with :
20
20
fetch-depth : 0
21
21
lfs : true
46
46
env :
47
47
MACOSX_DEPLOYMENT_TARGET : 10.15
48
48
steps :
49
- - uses : actions/checkout@v3
49
+ - uses : actions/checkout@v4
50
50
with :
51
51
ref : ${{ inputs.ref }}
52
52
fetch-depth : 0
71
71
matrix :
72
72
python-minor-version : ["8"]
73
73
steps :
74
- - uses : actions/checkout@v3
74
+ - uses : actions/checkout@v4
75
75
with :
76
76
ref : ${{ inputs.ref }}
77
77
fetch-depth : 0
Original file line number Diff line number Diff line change 37
37
shell : bash
38
38
working-directory : python
39
39
steps :
40
- - uses : actions/checkout@v3
40
+ - uses : actions/checkout@v4
41
41
with :
42
42
fetch-depth : 0
43
43
lfs : true
82
82
shell : bash
83
83
working-directory : python
84
84
steps :
85
- - uses : actions/checkout@v3
85
+ - uses : actions/checkout@v4
86
86
with :
87
87
fetch-depth : 0
88
88
lfs : true
@@ -110,7 +110,7 @@ jobs:
110
110
shell : bash
111
111
working-directory : python
112
112
steps :
113
- - uses : actions/checkout@v3
113
+ - uses : actions/checkout@v4
114
114
with :
115
115
fetch-depth : 0
116
116
lfs : true
@@ -145,7 +145,7 @@ jobs:
145
145
shell : bash
146
146
working-directory : python
147
147
steps :
148
- - uses : actions/checkout@v3
148
+ - uses : actions/checkout@v4
149
149
with :
150
150
fetch-depth : 0
151
151
lfs : true
@@ -169,7 +169,7 @@ jobs:
169
169
shell : powershell
170
170
working-directory : python
171
171
steps :
172
- - uses : actions/checkout@v3
172
+ - uses : actions/checkout@v4
173
173
with :
174
174
fetch-depth : 0
175
175
lfs : true
@@ -210,7 +210,7 @@ jobs:
210
210
# this one is for dynamodb
211
211
DYNAMODB_ENDPOINT : http://localhost:8000
212
212
steps :
213
- - uses : actions/checkout@v3
213
+ - uses : actions/checkout@v4
214
214
with :
215
215
fetch-depth : 0
216
216
lfs : true
Original file line number Diff line number Diff line change 36
36
run :
37
37
working-directory : ./rust
38
38
steps :
39
- - uses : actions/checkout@v3
39
+ - uses : actions/checkout@v4
40
40
- uses : Swatinem/rust-cache@v2
41
41
with :
42
42
workspaces : rust
65
65
run :
66
66
working-directory : ./rust
67
67
steps :
68
- - uses : actions/checkout@v3
68
+ - uses : actions/checkout@v4
69
69
- uses : Swatinem/rust-cache@v2
70
70
with :
71
71
workspaces : rust
86
86
run :
87
87
working-directory : ./rust
88
88
steps :
89
- - uses : actions/checkout@v3
89
+ - uses : actions/checkout@v4
90
90
- uses : Swatinem/rust-cache@v2
91
91
with :
92
92
workspaces : rust
@@ -106,7 +106,7 @@ jobs:
106
106
run :
107
107
working-directory : ./rust/lance
108
108
steps :
109
- - uses : actions/checkout@v3
109
+ - uses : actions/checkout@v4
110
110
- name : CPU features
111
111
run : sysctl -a | grep cpu
112
112
- uses : Swatinem/rust-cache@v2
@@ -124,7 +124,7 @@ jobs:
124
124
run :
125
125
working-directory : rust/lance
126
126
steps :
127
- - uses : actions/checkout@v3
127
+ - uses : actions/checkout@v4
128
128
- uses : Swatinem/rust-cache@v2
129
129
with :
130
130
workspaces : rust
You can’t perform that action at this time.
0 commit comments