Skip to content

Commit

Permalink
Bump cvxgrp/.github from 2.0.6 to 2.0.9 (#143)
Browse files Browse the repository at this point in the history
Bumps [cvxgrp/.github](https://github.com/cvxgrp/.github) from 2.0.6 to 2.0.9.
- [Release notes](https://github.com/cvxgrp/.github/releases)
- [Commits](cvxgrp/.github@v2.0.6...v2.0.9)

---
updated-dependencies:
- dependency-name: cvxgrp/.github
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 765c9cb commit 320d8bf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/marimo@v2.0.6
- uses: cvxgrp/.github/actions/uv/marimo@v2.0.9


test:
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/coverage@v2.0.6
- uses: cvxgrp/.github/actions/uv/coverage@v2.0.9
with:
source-folder: 'src/cvx'
tests-folder: 'src/tests'
Expand All @@ -30,15 +30,15 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/jupyter@v2.0.6
- uses: cvxgrp/.github/actions/uv/jupyter@v2.0.9

pdoc:
runs-on: ubuntu-latest
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/pdoc@v2.0.6
- uses: cvxgrp/.github/actions/uv/pdoc@v2.0.9
with:
source-folder: 'src/cvx'

Expand All @@ -53,4 +53,4 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/book@v2.0.6
- uses: cvxgrp/.github/actions/book@v2.0.9
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/test@v2.0.6
- uses: cvxgrp/.github/actions/uv/test@v2.0.9
with:
python-version: ${{ matrix.python-version }}
tests-folder: 'src/tests'
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/coverage@v2.0.6
- uses: cvxgrp/.github/actions/uv/coverage@v2.0.9
with:
source-folder: 'src/cvx'
tests-folder: 'src/tests'
Expand All @@ -27,6 +27,6 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/deptry@v2.0.6
- uses: cvxgrp/.github/actions/uv/deptry@v2.0.9
with:
source-folder: 'src/cvx'

0 comments on commit 320d8bf

Please sign in to comment.