Skip to content

Commit

Permalink
Update cvxgrp/.github action to v2.0.13 (#95)
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 Feb 1, 2025
1 parent 239ef6d commit d739b86
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4


- uses: cvxgrp/.github/actions/uv/[email protected].12
- uses: cvxgrp/.github/actions/uv/[email protected].13
with:
python-version: ${{ matrix.python-version }}
tests-folder: src/tests
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/[email protected].12
- uses: cvxgrp/.github/actions/uv/[email protected].13
with:
source-folder: src/cradle
tests-folder: src/tests
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/[email protected].12
- uses: cvxgrp/.github/actions/uv/[email protected].13
with:
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 @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

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

Expand Down

0 comments on commit d739b86

Please sign in to comment.