From f5b68be9e179dbe9c8b20e1216480611e0eb38f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 09:33:44 +0000 Subject: [PATCH] Update cvxgrp/.github action to v2.1.1 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/pre-commit.yml | 10 +++++----- .github/workflows/release.yml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbf89d3..3d41f04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,9 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: "Build the virtual environment for ${{ github.repository }}" - uses: cvxgrp/.github/actions/uv/environment@v2.1.0 + uses: cvxgrp/.github/actions/uv/environment@v2.1.1 - - uses: cvxgrp/.github/actions/test@v2.1.0 + - uses: cvxgrp/.github/actions/test@v2.1.1 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 bf89d61..7149ca6 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -8,9 +8,9 @@ jobs: runs-on: ubuntu-latest steps: - name: "Build the virtual environment for ${{ github.repository }}" - uses: cvxgrp/.github/actions/uv/environment@v2.1.0 + uses: cvxgrp/.github/actions/uv/environment@v2.1.1 - - uses: cvxgrp/.github/actions/coverage@v2.1.0 + - uses: cvxgrp/.github/actions/coverage@v2.1.1 with: source-folder: 'src/cvx' tests-folder: 'src/tests' @@ -18,14 +18,14 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: cvxgrp/.github/actions/pre-commit@v2.1.0 + - uses: cvxgrp/.github/actions/pre-commit@v2.1.1 deptry: runs-on: ubuntu-latest steps: - name: "Build the virtual environment for ${{ github.repository }}" - uses: cvxgrp/.github/actions/uv/environment@v2.1.0 + uses: cvxgrp/.github/actions/uv/environment@v2.1.1 - - uses: cvxgrp/.github/actions/deptry@v2.1.0 + - uses: cvxgrp/.github/actions/deptry@v2.1.1 with: source-folder: src/cvx diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 730a1cb..1168164 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,9 +12,9 @@ jobs: steps: - name: "Build the virtual environment for ${{ github.repository }}" - uses: cvxgrp/.github/actions/uv/environment@v2.1.0 + uses: cvxgrp/.github/actions/uv/environment@v2.1.1 - name: Generate Tag - uses: cvxgrp/.github/actions/tag@v2.1.0 + uses: cvxgrp/.github/actions/tag@v2.1.1 with: github_token: ${{ secrets.GITHUB_TOKEN }}