Skip to content

Commit

Permalink
Update cvxgrp/.github action to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2025
1 parent 8ae8855 commit cdd28a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: cvxgrp/.github/actions/uv/test@v2.0.17
- uses: cvxgrp/.github/actions/uv/test@v2.1.0
with:
python-version: ${{ matrix.python-version }}
tests-folder: src/tests
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

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

Expand Down

0 comments on commit cdd28a0

Please sign in to comment.