From 27f86848f1cdcc7782dc7f6626aab22ee35ca224 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sun, 2 Feb 2025 13:12:16 +0400 Subject: [PATCH] update workflows for cvxball --- .github/workflows/ci.yml | 2 +- .github/workflows/pre-commit.yml | 6 +++--- .github/workflows/release.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69bc9db..e6cebe0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: cvxgrp/.github/actions/uv/test@v2.0.15 + - uses: cvxgrp/.github/actions/uv/test@v2.0.17 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 756ef1d..905a799 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -7,7 +7,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: cvxgrp/.github/actions/uv/coverage@v2.0.15 + - uses: cvxgrp/.github/actions/uv/coverage@v2.0.17 with: source-folder: 'src/cvx' tests-folder: 'src/tests' @@ -15,7 +15,7 @@ jobs: deptry: runs-on: ubuntu-latest steps: - - uses: cvxgrp/.github/actions/uv/deptry@v2.0.15 + - uses: cvxgrp/.github/actions/uv/deptry@v2.0.17 with: source-folder: 'src/cvx' @@ -23,4 +23,4 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: cvxgrp/.github/actions/uv/pre-commit@v2.0.15 + - uses: cvxgrp/.github/actions/uv/pre-commit@v2.0.17 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68cc532..562a095 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,6 @@ jobs: steps: - name: Generate Tag - uses: cvxgrp/.github/actions/uv/tag@v2.0.15 + uses: cvxgrp/.github/actions/uv/tag@v2.0.17 with: github_token: ${{ secrets.GITHUB_TOKEN }}