File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
name : pre-commit-hooks
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
- uses : actions/setup-python@v4
19
19
with :
20
20
python-version : " 3.10"
Original file line number Diff line number Diff line change 22
22
graphblas-version : ["8.0.2"]
23
23
steps :
24
24
- name : Checkout
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v4
26
26
with :
27
27
fetch-depth : 0
28
28
- name : Conda
Original file line number Diff line number Diff line change 16
16
name : Build SDist
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
with :
21
21
fetch-depth : 0
22
22
75
75
cibw_archs : " arm64"
76
76
77
77
steps :
78
- - uses : actions/checkout@v3
78
+ - uses : actions/checkout@v4
79
79
with :
80
80
fetch-depth : 0
81
81
You can’t perform that action at this time.
0 commit comments