Skip to content

Commit

Permalink
Merge pull request #67 from cvxgrp/dependabot/github_actions/cvxgrp/d…
Browse files Browse the repository at this point in the history
…ot-github-2.0.3

Bump cvxgrp/.github from 2.0.0 to 2.0.3
  • Loading branch information
tschm authored Jan 13, 2025
2 parents 82542ec + 1e08fa3 commit 3abb954
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/test@v2.0.0
- uses: cvxgrp/.github/actions/uv/test@v2.0.3
with:
python-version: ${{ matrix.python-version }}
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/coverage@v2.0.0
- uses: cvxgrp/.github/actions/uv/coverage@v2.0.3

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

- uses: cvxgrp/.github/actions/uv/deptry@v2.0.0
- uses: cvxgrp/.github/actions/uv/deptry@v2.0.3
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/build@v2.0.0
- uses: cvxgrp/.github/actions/uv/build@v2.0.3

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

- uses: cvxgrp/.github/actions/publish@v2.0.0
- uses: cvxgrp/.github/actions/publish@v2.0.3

0 comments on commit 3abb954

Please sign in to comment.