Skip to content

Commit

Permalink
Bump cvxgrp/.github from 2.0.9 to 2.0.11
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]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2025
1 parent 36cd8be commit a93578c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.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/[email protected].9
- uses: cvxgrp/.github/actions/uv/[email protected].11
with:
python-version: ${{ matrix.python-version }}
tests-folder: src/tests
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
with:
source-folder: src/cvx
tests-folder: src/tests
Expand All @@ -27,6 +27,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:
source-folder: src/cvx
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ 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 }}

0 comments on commit a93578c

Please sign in to comment.