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 46a930b commit 940c4db
Showing 1 changed file with 5 additions and 5 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

0 comments on commit 940c4db

Please sign in to comment.