Skip to content

Commit

Permalink
Update cvxgrp/.github action to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent c2509b1 commit 9c8bf09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: cvxgrp/.github/actions/test@v2.1.2
- uses: cvxgrp/.github/actions/test@v2.2.1
with:
tests-folder: src/tests
8 changes: 4 additions & 4 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ jobs:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/[email protected]

- uses: cvxgrp/.github/actions/coverage@v2.1.2
- uses: cvxgrp/.github/actions/coverage@v2.2.1
with:
source-folder: src/cvx
tests-folder: src/tests

pre-commit:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/pre-commit@v2.1.2
- uses: cvxgrp/.github/actions/pre-commit@v2.2.1

deptry:
runs-on: ubuntu-latest
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/uv/environment@v2.1.2
uses: cvxgrp/.github/actions/uv/environment@v2.2.1

- uses: cvxgrp/.github/actions/deptry@v2.1.2
- uses: cvxgrp/.github/actions/deptry@v2.2.1
with:
source-folder: src/cvx

0 comments on commit 9c8bf09

Please sign in to comment.