Skip to content

Commit

Permalink
Bump cvxgrp/.github from 1.4.0 to 2.0.8
Browse files Browse the repository at this point in the history
Bumps [cvxgrp/.github](https://github.com/cvxgrp/.github) from 1.4.0 to 2.0.8.
- [Release notes](https://github.com/cvxgrp/.github/releases)
- [Commits](cvxgrp/.github@v1.4.0...v2.0.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 1da4b5b commit 237d7f3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ jobs:
test:
runs-on: "ubuntu-latest"
steps:
- uses: cvxgrp/.github/actions/coverage@v1.4.0
- uses: cvxgrp/.github/actions/coverage@v2.0.8

pdoc:
runs-on: "ubuntu-latest"
steps:
- uses: cvxgrp/.github/actions/pdoc@v1.4.0
- uses: cvxgrp/.github/actions/pdoc@v2.0.8


jupyter:
runs-on: "ubuntu-latest"
steps:
- uses: cvxgrp/.github/actions/jupyter@v1.4.0
- uses: cvxgrp/.github/actions/jupyter@v2.0.8

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

steps:
- uses: cvxgrp/.github/actions/book@v1.4.0
- uses: cvxgrp/.github/actions/book@v2.0.8
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: cvxgrp/.github/actions/test@v1.4.0
- uses: cvxgrp/.github/actions/test@v2.0.8
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: cvxgrp/.github/actions/coverage@v1.4.0
- uses: cvxgrp/.github/actions/coverage@v2.0.8

# uncomment once the repo is public
- name: Coveralls GitHub Action
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cvxgrp/.github/actions/build@v1.4.0
- uses: cvxgrp/.github/actions/build@v2.0.8

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

steps:
- uses: cvxgrp/.github/actions/publish@v1.4.0
- uses: cvxgrp/.github/actions/publish@v2.0.8

0 comments on commit 237d7f3

Please sign in to comment.