Skip to content

Commit bfcf007

Browse files
Update cvxgrp/.github action to v2.1.0
1 parent 5ef4d46 commit bfcf007

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
test:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: cvxgrp/.github/actions/uv/coverage@v2.0.17
10+
- uses: cvxgrp/.github/actions/uv/coverage@v2.1.0
1111
with:
1212
source-folder: 'src/cvx'
1313
tests-folder: 'src/tests'

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212

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

0 commit comments

Comments
 (0)