Skip to content

Commit

Permalink
Bump cvxgrp/.github from 2.0.0 to 2.0.1
Browse files Browse the repository at this point in the history
Bumps [cvxgrp/.github](https://github.com/cvxgrp/.github) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/cvxgrp/.github/releases)
- [Commits](cvxgrp/.github@v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: cvxgrp/.github
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent 8793f34 commit b378a2d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,39 +10,39 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/marimo@v2.0.0
- uses: cvxgrp/.github/actions/uv/marimo@v2.0.1

sphinx:
runs-on: "ubuntu-latest"
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/sphinx@v2.0.0
- uses: cvxgrp/.github/actions/uv/sphinx@v2.0.1

pdoc:
runs-on: "ubuntu-latest"
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/pdoc@v2.0.0
- uses: cvxgrp/.github/actions/uv/pdoc@v2.0.1

test:
runs-on: "ubuntu-latest"
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/coverage@v2.0.0
- uses: cvxgrp/.github/actions/uv/coverage@v2.0.1

jupyter:
runs-on: "ubuntu-latest"
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/jupyter@v2.0.0
- uses: cvxgrp/.github/actions/uv/jupyter@v2.0.1

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

steps:
- uses: cvxgrp/.github/actions/book@v2.0.0
- uses: cvxgrp/.github/actions/book@v2.0.1
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/test@v2.0.0
- uses: cvxgrp/.github/actions/uv/test@v2.0.1
with:
python-version: ${{ matrix.python-version }}
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/coverage@v2.0.0
- uses: cvxgrp/.github/actions/uv/coverage@v2.0.1

- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
Expand All @@ -32,4 +32,4 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/deptry@v2.0.0
- uses: cvxgrp/.github/actions/uv/deptry@v2.0.1
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/build@v2.0.0
- uses: cvxgrp/.github/actions/uv/build@v2.0.1

deploy:
runs-on: ubuntu-latest
Expand All @@ -23,4 +23,4 @@ jobs:
id-token: write

steps:
- uses: cvxgrp/.github/actions/publish@v2.0.0
- uses: cvxgrp/.github/actions/publish@v2.0.1

0 comments on commit b378a2d

Please sign in to comment.