Skip to content

Commit

Permalink
Update cvxgrp/.github action to v2.2.1 (#172)
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 5618412 commit 22c5ce2
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 @@ -10,7 +10,7 @@ jobs:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/environment@v2.2.1

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


test:
Expand All @@ -19,7 +19,7 @@ jobs:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/environment@v2.2.1

- uses: cvxgrp/.github/actions/coverage@v2.1.1
- uses: cvxgrp/.github/actions/coverage@v2.2.1
with:
source-folder: 'src/cvx'
tests-folder: 'src/tests'
Expand All @@ -30,15 +30,15 @@ jobs:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/environment@v2.2.1

- uses: cvxgrp/.github/actions/jupyter@v2.1.1
- uses: cvxgrp/.github/actions/jupyter@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.1
- uses: cvxgrp/.github/actions/pdoc@v2.2.1
with:
source-folder: 'src/cvx'

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

steps:
- uses: cvxgrp/.github/actions/book@v2.1.1
- uses: cvxgrp/.github/actions/book@v2.2.1
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Generate Tag
uses: cvxgrp/.github/actions/tag@v2.1.1
uses: cvxgrp/.github/actions/tag@v2.2.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 22c5ce2

Please sign in to comment.