Skip to content

Commit

Permalink
Update cvxgrp/.github action to v2.2.1 (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent ef97e1f commit 6830c5c
Show file tree
Hide file tree
Showing 2 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 @@ -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
6 changes: 3 additions & 3 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/[email protected]

- 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 6830c5c

Please sign in to comment.