Skip to content

Commit

Permalink
Update cvxgrp/.github action to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2025
1 parent 1e8c784 commit 510be27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@ jobs:
marimo:
runs-on: "ubuntu-latest"
steps:
- uses: cvxgrp/.github/actions/uv/marimo@v2.0.17
- uses: cvxgrp/.github/actions/uv/marimo@v2.1.0


test:
runs-on: "ubuntu-latest"
steps:
- uses: cvxgrp/.github/actions/uv/coverage@v2.0.17
- uses: cvxgrp/.github/actions/uv/coverage@v2.1.0
with:
source-folder: 'src/cvx'
tests-folder: 'src/tests'

jupyter:
runs-on: "ubuntu-latest"
steps:
- uses: cvxgrp/.github/actions/uv/jupyter@v2.0.17
- uses: cvxgrp/.github/actions/uv/jupyter@v2.1.0

pdoc:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/uv/pdoc@v2.0.17
- uses: cvxgrp/.github/actions/uv/pdoc@v2.1.0
with:
source-folder: 'src/cvx'

Expand All @@ -39,4 +39,4 @@ jobs:
pages: write

steps:
- uses: cvxgrp/.github/actions/book@v2.0.17
- uses: cvxgrp/.github/actions/book@v2.1.0
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
deptry:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/uv/deptry@v2.0.17
- uses: cvxgrp/.github/actions/uv/deptry@v2.1.0
with:
source-folder: 'src/cvx'

Expand Down

0 comments on commit 510be27

Please sign in to comment.