Skip to content

Commit

Permalink
Update cvxgrp/.github action to v2.0.12 (#74)
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 Jan 30, 2025
1 parent 87a2b21 commit d5e2d2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4


- uses: cvxgrp/.github/actions/uv/[email protected].9
- uses: cvxgrp/.github/actions/uv/[email protected].12
with:
python-version: '3.12'
tests-folder: src/tests
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/[email protected].7
- uses: cvxgrp/.github/actions/uv/[email protected].12
with:
tests-folder: src/tests
source-folder: src/cradle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

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

Expand Down

0 comments on commit d5e2d2b

Please sign in to comment.