Skip to content

Commit

Permalink
Update cvxgrp/.github action to v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2025
1 parent 825be17 commit 2d8ecc0
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,33 +8,33 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/[email protected].1
uses: cvxgrp/.github/actions/[email protected].3

- uses: cvxgrp/.github/actions/[email protected].1
- uses: cvxgrp/.github/actions/[email protected].3

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

- uses: cvxgrp/.github/actions/[email protected].1
- uses: cvxgrp/.github/actions/[email protected].3

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

- uses: cvxgrp/.github/actions/[email protected].1
- uses: cvxgrp/.github/actions/[email protected].3

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

- uses: cvxgrp/.github/actions/[email protected].1
- uses: cvxgrp/.github/actions/[email protected].3

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

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

- uses: cvxgrp/.github/actions/[email protected].1
- uses: cvxgrp/.github/actions/[email protected].3
6 changes: 3 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:

steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/[email protected].1
uses: cvxgrp/.github/actions/[email protected].3

- uses: cvxgrp/.github/actions/[email protected].1
- uses: cvxgrp/.github/actions/[email protected].3


pre-commit:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/[email protected].1
- uses: cvxgrp/.github/actions/[email protected].3
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].1
uses: cvxgrp/.github/actions/[email protected].3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 2d8ecc0

Please sign in to comment.