Skip to content

Commit

Permalink
Update cvxgrp/.github action to v2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 10, 2025
1 parent 4349e73 commit 0f88dc1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/[email protected].6
uses: cvxgrp/.github/actions/[email protected].7

- uses: cvxgrp/.github/actions/[email protected].6
- uses: cvxgrp/.github/actions/[email protected].7

pdoc:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/[email protected].6
uses: cvxgrp/.github/actions/[email protected].7

- uses: cvxgrp/.github/actions/[email protected].6
- uses: cvxgrp/.github/actions/[email protected].7
with:
source-folder: 'src/cvx'

test:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/[email protected].6
uses: cvxgrp/.github/actions/[email protected].7

- uses: cvxgrp/.github/actions/[email protected].6
- uses: cvxgrp/.github/actions/[email protected].7
with:
tests-folder: 'src/tests'
source-folder: 'src/cvx'
Expand All @@ -37,9 +37,9 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/[email protected].6
uses: cvxgrp/.github/actions/[email protected].7

- uses: cvxgrp/.github/actions/[email protected].6
- uses: cvxgrp/.github/actions/[email protected].7

book:
runs-on: "ubuntu-latest"
Expand All @@ -49,4 +49,4 @@ jobs:
contents: write

steps:
- uses: cvxgrp/.github/actions/[email protected].6
- uses: cvxgrp/.github/actions/[email protected].7
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].6
uses: cvxgrp/.github/actions/[email protected].7
with:
python-version: ${{ matrix.python-version }}

- uses: cvxgrp/.github/actions/[email protected].6
- uses: cvxgrp/.github/actions/[email protected].7
with:
tests-folder: 'src/tests'
6 changes: 3 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/[email protected].6
uses: cvxgrp/.github/actions/[email protected].7

- uses: cvxgrp/.github/actions/[email protected].6
- uses: cvxgrp/.github/actions/[email protected].7
with:
source-folder: 'src/cvx'

pre-commit:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/[email protected].6
- uses: cvxgrp/.github/actions/[email protected].7
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Generate Tag
uses: cvxgrp/.github/actions/[email protected].6
uses: cvxgrp/.github/actions/[email protected].7
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 0f88dc1

Please sign in to comment.