Skip to content

Commit

Permalink
Update cvxgrp/.github action to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent f0a64c7 commit bb3d52d
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/environment@v2.2.1

- 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/environment@v2.2.1

- 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/environment@v2.2.1

- 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/environment@v2.2.1

- 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 bb3d52d

Please sign in to comment.