From 0f88dc150ce8d1e67ae99f0d1395ffd39a978248 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 04:55:01 +0000 Subject: [PATCH] Update cvxgrp/.github action to v2.2.7 --- .github/workflows/book.yml | 18 +++++++++--------- .github/workflows/ci.yml | 4 ++-- .github/workflows/pre-commit.yml | 6 +++--- .github/workflows/release.yml | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 5cb6b1fc..49d828a0 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -8,17 +8,17 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Build the virtual environment for ${{ github.repository }}" - uses: cvxgrp/.github/actions/environment@v2.2.6 + uses: cvxgrp/.github/actions/environment@v2.2.7 - - uses: cvxgrp/.github/actions/marimo@v2.2.6 + - uses: cvxgrp/.github/actions/marimo@v2.2.7 pdoc: runs-on: "ubuntu-latest" steps: - name: "Build the virtual environment for ${{ github.repository }}" - uses: cvxgrp/.github/actions/environment@v2.2.6 + uses: cvxgrp/.github/actions/environment@v2.2.7 - - uses: cvxgrp/.github/actions/pdoc@v2.2.6 + - uses: cvxgrp/.github/actions/pdoc@v2.2.7 with: source-folder: 'src/cvx' @@ -26,9 +26,9 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Build the virtual environment for ${{ github.repository }}" - uses: cvxgrp/.github/actions/environment@v2.2.6 + uses: cvxgrp/.github/actions/environment@v2.2.7 - - uses: cvxgrp/.github/actions/coverage@v2.2.6 + - uses: cvxgrp/.github/actions/coverage@v2.2.7 with: tests-folder: 'src/tests' source-folder: 'src/cvx' @@ -37,9 +37,9 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Build the virtual environment for ${{ github.repository }}" - uses: cvxgrp/.github/actions/environment@v2.2.6 + uses: cvxgrp/.github/actions/environment@v2.2.7 - - uses: cvxgrp/.github/actions/jupyter@v2.2.6 + - uses: cvxgrp/.github/actions/jupyter@v2.2.7 book: runs-on: "ubuntu-latest" @@ -49,4 +49,4 @@ jobs: contents: write steps: - - uses: cvxgrp/.github/actions/book@v2.2.6 + - uses: cvxgrp/.github/actions/book@v2.2.7 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5589f3d8..3cc1cdc5 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.6 + uses: cvxgrp/.github/actions/environment@v2.2.7 with: python-version: ${{ matrix.python-version }} - - uses: cvxgrp/.github/actions/test@v2.2.6 + - uses: cvxgrp/.github/actions/test@v2.2.7 with: tests-folder: 'src/tests' diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index e3fee4f0..f7c8112b 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -8,13 +8,13 @@ jobs: runs-on: ubuntu-latest steps: - name: "Build the virtual environment for ${{ github.repository }}" - uses: cvxgrp/.github/actions/environment@v2.2.6 + uses: cvxgrp/.github/actions/environment@v2.2.7 - - uses: cvxgrp/.github/actions/deptry@v2.2.6 + - uses: cvxgrp/.github/actions/deptry@v2.2.7 with: source-folder: 'src/cvx' pre-commit: runs-on: ubuntu-latest steps: - - uses: cvxgrp/.github/actions/pre-commit@v2.2.6 + - uses: cvxgrp/.github/actions/pre-commit@v2.2.7 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0be91541..83e1bef0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Generate Tag - uses: cvxgrp/.github/actions/tag@v2.2.6 + uses: cvxgrp/.github/actions/tag@v2.2.7 with: github_token: ${{ secrets.GITHUB_TOKEN }}