Skip to content

Commit 786b321

Browse files
Bump cvxgrp/.github from 2.0.3 to 2.0.6
Bumps [cvxgrp/.github](https://github.com/cvxgrp/.github) from 2.0.3 to 2.0.6. - [Release notes](https://github.com/cvxgrp/.github/releases) - [Commits](cvxgrp/.github@v2.0.3...v2.0.6) --- updated-dependencies: - dependency-name: cvxgrp/.github dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f7028dd commit 786b321

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Checkout [${{ github.repository }}]
1919
uses: actions/checkout@v4
2020

21-
- uses: cvxgrp/.github/actions/uv/[email protected].3
21+
- uses: cvxgrp/.github/actions/uv/[email protected].6
2222
with:
2323
python-version: ${{ matrix.python-version }}

.github/workflows/pre-commit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout [${{ github.repository }}]
1111
uses: actions/checkout@v4
1212

13-
- uses: cvxgrp/.github/actions/uv/[email protected].3
13+
- uses: cvxgrp/.github/actions/uv/[email protected].6
1414

1515
- name: Coveralls GitHub Action
1616
uses: coverallsapp/github-action@v2
@@ -24,4 +24,4 @@ jobs:
2424
- name: Checkout [${{ github.repository }}]
2525
uses: actions/checkout@v4
2626

27-
- uses: cvxgrp/.github/actions/uv/[email protected].3
27+
- uses: cvxgrp/.github/actions/uv/[email protected].6

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout [${{ github.repository }}]
1212
uses: actions/checkout@v4
1313

14-
- uses: cvxgrp/.github/actions/uv/[email protected].3
14+
- uses: cvxgrp/.github/actions/uv/[email protected].6
1515

1616
deploy:
1717
runs-on: ubuntu-latest
@@ -26,4 +26,4 @@ jobs:
2626
- name: Checkout [${{ github.repository }}]
2727
uses: actions/checkout@v4
2828

29-
- uses: cvxgrp/.github/actions/[email protected].3
29+
- uses: cvxgrp/.github/actions/[email protected].6

0 commit comments

Comments
 (0)