Skip to content

Commit

Permalink
Update cvxgrp/.github action to v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2025
1 parent 2f34f5f commit 7e605b8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/[email protected].1
uses: cvxgrp/.github/actions/[email protected].3
with:
python-version: ${{ matrix.python-version }}

- uses: cvxgrp/.github/actions/[email protected].1
- uses: cvxgrp/.github/actions/[email protected].3
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/[email protected].1
uses: cvxgrp/.github/actions/[email protected].3

- uses: cvxgrp/.github/actions/[email protected].1
- uses: cvxgrp/.github/actions/[email protected].3
with:
source-folder: src/cvx
tests-folder: src/tests

pre-commit:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/[email protected].1
- uses: cvxgrp/.github/actions/[email protected].3

deptry:
runs-on: ubuntu-latest
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/[email protected].1
uses: cvxgrp/.github/actions/[email protected].3

- uses: cvxgrp/.github/actions/[email protected].1
- uses: cvxgrp/.github/actions/[email protected].3
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/[email protected].1
uses: cvxgrp/.github/actions/[email protected].3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7e605b8

Please sign in to comment.