Skip to content

Commit dc26b91

Browse files
authored
Merge pull request #259 from tschm/renovate/cvxgrp-.github-2.x
Update cvxgrp/.github action to v2.0.16
2 parents a42a37d + fe20527 commit dc26b91

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/book.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout [${{ github.repository }}]
1212
uses: actions/checkout@v4
1313

14-
- uses: cvxgrp/.github/actions/uv/pdoc@v2.0.13
14+
- uses: cvxgrp/.github/actions/uv/pdoc@v2.0.16
1515
with:
1616
source-folder: src/antarctic
1717

@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout [${{ github.repository }}]
3131
uses: actions/checkout@v4
3232

33-
- uses: cvxgrp/.github/actions/uv/test@v2.0.13
33+
- uses: cvxgrp/.github/actions/uv/test@v2.0.16
3434
with:
3535
tests-folder: src/tests
3636

@@ -40,7 +40,7 @@ jobs:
4040
- name: Checkout [${{ github.repository }}]
4141
uses: actions/checkout@v4
4242

43-
- uses: cvxgrp/.github/actions/uv/jupyter@v2.0.13
43+
- uses: cvxgrp/.github/actions/uv/jupyter@v2.0.16
4444

4545
book:
4646
runs-on: "ubuntu-latest"
@@ -53,4 +53,4 @@ jobs:
5353
- name: Checkout [${{ github.repository }}]
5454
uses: actions/checkout@v4
5555

56-
- uses: cvxgrp/.github/actions/book@v2.0.13
56+
- uses: cvxgrp/.github/actions/book@v2.0.16

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout [${{ github.repository }}]
2727
uses: actions/checkout@v4
2828

29-
- uses: cvxgrp/.github/actions/uv/test@v2.0.13
29+
- uses: cvxgrp/.github/actions/uv/test@v2.0.16
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
tests-folder: src/tests

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout [${{ github.repository }}]
3030
uses: actions/checkout@v4
3131

32-
- uses: cvxgrp/.github/actions/uv/coverage@v2.0.13
32+
- uses: cvxgrp/.github/actions/uv/coverage@v2.0.16
3333
with:
3434
source-folder: src/antarctic
3535
tests-folder: src/tests
@@ -46,6 +46,6 @@ jobs:
4646
- name: Checkout [${{ github.repository }}]
4747
uses: actions/checkout@v4
4848

49-
- uses: cvxgrp/.github/actions/uv/deptry@v2.0.13
49+
- uses: cvxgrp/.github/actions/uv/deptry@v2.0.16
5050
with:
5151
source-folder: src/antarctic

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Generate Tag
23-
uses: cvxgrp/.github/actions/uv/tag@v2.0.13
23+
uses: cvxgrp/.github/actions/uv/tag@v2.0.16
2424
with:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626

0 commit comments

Comments
 (0)