File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11
11
- name : Checkout [${{ github.repository }}]
12
12
uses : actions/checkout@v4
13
13
14
- - uses : cvxgrp/.github/actions/uv/pdoc@v2.0.6
14
+ - uses : cvxgrp/.github/actions/uv/pdoc@v2.0.7
15
15
with :
16
16
source-folder : src/antarctic
17
17
30
30
- name : Checkout [${{ github.repository }}]
31
31
uses : actions/checkout@v4
32
32
33
- - uses : cvxgrp/.github/actions/uv/test@v2.0.6
33
+ - uses : cvxgrp/.github/actions/uv/test@v2.0.7
34
34
with :
35
35
tests-folder : src/tests
36
36
40
40
- name : Checkout [${{ github.repository }}]
41
41
uses : actions/checkout@v4
42
42
43
- - uses : cvxgrp/.github/actions/uv/jupyter@v2.0.6
43
+ - uses : cvxgrp/.github/actions/uv/jupyter@v2.0.7
44
44
45
45
book :
46
46
runs-on : " ubuntu-latest"
53
53
- name : Checkout [${{ github.repository }}]
54
54
uses : actions/checkout@v4
55
55
56
- - uses : cvxgrp/.github/actions/book@v2.0.6
56
+ - uses : cvxgrp/.github/actions/book@v2.0.7
Original file line number Diff line number Diff line change 26
26
- name : Checkout [${{ github.repository }}]
27
27
uses : actions/checkout@v4
28
28
29
- - uses : cvxgrp/.github/actions/uv/test@v2.0.6
29
+ - uses : cvxgrp/.github/actions/uv/test@v2.0.7
30
30
with :
31
31
python-version : ${{ matrix.python-version }}
32
32
tests-folder : src/tests
Original file line number Diff line number Diff line change 19
19
- name : Checkout [${{ github.repository }}]
20
20
uses : actions/checkout@v4
21
21
22
- - uses : cvxgrp/.github/actions/uv/coverage@v2.0.6
22
+ - uses : cvxgrp/.github/actions/uv/coverage@v2.0.7
23
23
with :
24
24
source-folder : src/antarctic
25
25
tests-folder : src/tests
36
36
- name : Checkout [${{ github.repository }}]
37
37
uses : actions/checkout@v4
38
38
39
- - uses : cvxgrp/.github/actions/uv/deptry@v2.0.6
39
+ - uses : cvxgrp/.github/actions/uv/deptry@v2.0.7
40
40
with :
41
41
source-folder : src/antarctic
Original file line number Diff line number Diff line change 11
11
- name : Checkout [${{ github.repository }}]
12
12
uses : actions/checkout@v4
13
13
14
- - uses : cvxgrp/.github/actions/uv/build@v2.0.6
14
+ - uses : cvxgrp/.github/actions/uv/build@v2.0.7
15
15
16
16
deploy :
17
17
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments