Skip to content

Commit

Permalink
Update cvxgrp/.github action to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent c81f877 commit f5b68be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ 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/uv/[email protected].0
uses: cvxgrp/.github/actions/uv/[email protected].1

- uses: cvxgrp/.github/actions/[email protected].0
- uses: cvxgrp/.github/actions/[email protected].1
with:
python-version: ${{ matrix.python-version }}
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/[email protected].0
uses: cvxgrp/.github/actions/uv/[email protected].1

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

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

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

- uses: cvxgrp/.github/actions/[email protected].0
- uses: cvxgrp/.github/actions/[email protected].1
with:
source-folder: src/cvx
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:

steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/uv/[email protected].0
uses: cvxgrp/.github/actions/uv/[email protected].1

- name: Generate Tag
uses: cvxgrp/.github/actions/[email protected].0
uses: cvxgrp/.github/actions/[email protected].1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f5b68be

Please sign in to comment.