From 1b6e2b3d5fd4ccef81b6909165ab808c6b203df3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 14:12:33 +0000 Subject: [PATCH] Update cvxgrp/.github action to v2.2.3 --- .github/workflows/pre-commit.yml | 2 +- template/.github/workflows/ci.yml | 4 ++-- template/.github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index d52aca5..5043bef 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -10,4 +10,4 @@ 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 diff --git a/template/.github/workflows/ci.yml b/template/.github/workflows/ci.yml index e17108d..79b1403 100644 --- a/template/.github/workflows/ci.yml +++ b/template/.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" - 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/template/.github/workflows/release.yml b/template/.github/workflows/release.yml index 318c98f..3bf8b8c 100644 --- a/template/.github/workflows/release.yml +++ b/template/.github/workflows/release.yml @@ -12,7 +12,7 @@ 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 }}