Skip to content

Commit

Permalink
Update cvxgrp/.github action to v2.2.1 (#199)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent f0a64c7 commit 8870852
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 @@ -10,31 +10,31 @@ jobs:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/[email protected]

- uses: cvxgrp/.github/actions/marimo@v2.1.2
- uses: cvxgrp/.github/actions/marimo@v2.2.1

pdoc:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/[email protected]

- uses: cvxgrp/.github/actions/pdoc@v2.1.2
- uses: cvxgrp/.github/actions/pdoc@v2.2.1

test:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/[email protected]

- uses: cvxgrp/.github/actions/coverage@v2.1.2
- uses: cvxgrp/.github/actions/coverage@v2.2.1

jupyter:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/[email protected]

- uses: cvxgrp/.github/actions/jupyter@v2.1.2
- uses: cvxgrp/.github/actions/jupyter@v2.2.1

book:
runs-on: "ubuntu-latest"
Expand All @@ -44,4 +44,4 @@ jobs:
contents: write

steps:
- uses: cvxgrp/.github/actions/book@v2.1.2
- uses: cvxgrp/.github/actions/book@v2.2.1

0 comments on commit 8870852

Please sign in to comment.