From c4e839f42c7918ea17933bd6b635fd5c651d52f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 17:53:53 +0000 Subject: [PATCH] Update cvxgrp/.github action to v2.2.3 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/pre-commit.yml | 10 +++++----- .github/workflows/release.yml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64a30c8..94c55e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,10 +16,10 @@ 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/environment@v2.2.1 + uses: cvxgrp/.github/actions/environment@v2.2.3 with: python-version: ${{ matrix.python-version }} - - uses: cvxgrp/.github/actions/test@v2.2.1 + - uses: cvxgrp/.github/actions/test@v2.2.3 with: tests-folder: src/tests diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 45a404f..b3212e3 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/environment@v2.2.1 + uses: cvxgrp/.github/actions/environment@v2.2.3 - - uses: cvxgrp/.github/actions/coverage@v2.2.1 + - uses: cvxgrp/.github/actions/coverage@v2.2.3 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.2.1 + - uses: cvxgrp/.github/actions/pre-commit@v2.2.3 deptry: runs-on: ubuntu-latest steps: - name: "Build the virtual environment for ${{ github.repository }}" - uses: cvxgrp/.github/actions/environment@v2.2.1 + uses: cvxgrp/.github/actions/environment@v2.2.3 - - uses: cvxgrp/.github/actions/deptry@v2.2.1 + - uses: cvxgrp/.github/actions/deptry@v2.2.3 with: source-folder: src/cvx diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 272274d..2db6c05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,6 @@ jobs: steps: - name: Generate Tag - uses: cvxgrp/.github/actions/tag@v2.2.1 + uses: cvxgrp/.github/actions/tag@v2.2.3 with: github_token: ${{ secrets.GITHUB_TOKEN }}