From 5ddd55f33257ee03e4d333841399b2b011410f88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:12:21 +0000 Subject: [PATCH] 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](https://github.com/cvxgrp/.github/compare/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] --- .github/workflows/ci.yml | 2 +- .github/workflows/pre-commit.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e62a335..3cc225b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout [${{ github.repository }}] uses: actions/checkout@v4 - - uses: cvxgrp/.github/actions/uv/test@v2.0.3 + - uses: cvxgrp/.github/actions/uv/test@v2.0.6 with: python-version: ${{ matrix.python-version }} tests-folder: src/tests diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 1595bd0..e8fd7d8 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout [${{ github.repository }}] uses: actions/checkout@v4 - - uses: cvxgrp/.github/actions/uv/coverage@v2.0.3 + - uses: cvxgrp/.github/actions/uv/coverage@v2.0.6 with: source-folder: src/cvx tests-folder: src/tests @@ -27,6 +27,6 @@ jobs: - name: Checkout [${{ github.repository }}] uses: actions/checkout@v4 - - uses: cvxgrp/.github/actions/uv/deptry@v2.0.3 + - uses: cvxgrp/.github/actions/uv/deptry@v2.0.6 with: source-folder: src/cvx