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.13
14
+ - uses : cvxgrp/.github/actions/uv/pdoc@v2.0.16
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.13
33
+ - uses : cvxgrp/.github/actions/uv/test@v2.0.16
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.13
43
+ - uses : cvxgrp/.github/actions/uv/jupyter@v2.0.16
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.13
56
+ - uses : cvxgrp/.github/actions/book@v2.0.16
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.13
29
+ - uses : cvxgrp/.github/actions/uv/test@v2.0.16
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 29
29
- name : Checkout [${{ github.repository }}]
30
30
uses : actions/checkout@v4
31
31
32
- - uses : cvxgrp/.github/actions/uv/coverage@v2.0.13
32
+ - uses : cvxgrp/.github/actions/uv/coverage@v2.0.16
33
33
with :
34
34
source-folder : src/antarctic
35
35
tests-folder : src/tests
46
46
- name : Checkout [${{ github.repository }}]
47
47
uses : actions/checkout@v4
48
48
49
- - uses : cvxgrp/.github/actions/uv/deptry@v2.0.13
49
+ - uses : cvxgrp/.github/actions/uv/deptry@v2.0.16
50
50
with :
51
51
source-folder : src/antarctic
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Generate Tag
23
- uses : cvxgrp/.github/actions/uv/tag@v2.0.13
23
+ uses : cvxgrp/.github/actions/uv/tag@v2.0.16
24
24
with :
25
25
github_token : ${{ secrets.GITHUB_TOKEN }}
26
26
You can’t perform that action at this time.
0 commit comments