Skip to content

Commit

Permalink
Bump cvxgrp/.github from 2.0.9 to 2.0.11 (#463)
Browse files Browse the repository at this point in the history
Bumps [cvxgrp/.github](https://github.com/cvxgrp/.github) from 2.0.9 to 2.0.11.
- [Release notes](https://github.com/cvxgrp/.github/releases)
- [Commits](cvxgrp/.github@v2.0.9...v2.0.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2025
1 parent 828cdf8 commit 1d7b7ab
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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/[email protected].9
- uses: cvxgrp/.github/actions/uv/[email protected].11

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

- uses: cvxgrp/.github/actions/uv/[email protected].9
- uses: cvxgrp/.github/actions/uv/[email protected].11

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

- uses: cvxgrp/.github/actions/uv/[email protected].9
- uses: cvxgrp/.github/actions/uv/[email protected].11

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

- uses: cvxgrp/.github/actions/uv/[email protected].9
- uses: cvxgrp/.github/actions/uv/[email protected].11

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

- uses: cvxgrp/.github/actions/uv/[email protected].9
- uses: cvxgrp/.github/actions/uv/[email protected].11

book:
runs-on: "ubuntu-latest"
Expand All @@ -55,4 +55,4 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/[email protected].9
- uses: cvxgrp/.github/actions/[email protected].11
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/[email protected].9
- uses: cvxgrp/.github/actions/uv/[email protected].11
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 @@ -10,7 +10,7 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/[email protected].9
- uses: cvxgrp/.github/actions/uv/[email protected].11

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

- uses: cvxgrp/.github/actions/uv/[email protected].9
- uses: cvxgrp/.github/actions/uv/[email protected].11
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Generate Tag
uses: cvxgrp/.github/actions/uv/[email protected].9
uses: cvxgrp/.github/actions/uv/[email protected].11
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 1d7b7ab

Please sign in to comment.