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 3383afd commit 899efb0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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
10 changes: 5 additions & 5 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ jobs:
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/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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:

steps:
- name: Generate Tag
uses: cvxgrp/.github/actions/tag@v2.1.2
uses: cvxgrp/.github/actions/tag@v2.2.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 899efb0

Please sign in to comment.