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 f42295d commit ff650ad
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,35 +8,35 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/environment@v2.2.2
uses: cvxgrp/.github/actions/environment@v2.2.3

- uses: cvxgrp/.github/actions/marimo@v2.2.2
- uses: cvxgrp/.github/actions/marimo@v2.2.3


test:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/environment@v2.2.2
uses: cvxgrp/.github/actions/environment@v2.2.3

- uses: cvxgrp/.github/actions/coverage@v2.2.2
- uses: cvxgrp/.github/actions/coverage@v2.2.3


jupyter:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/environment@v2.2.2
uses: cvxgrp/.github/actions/environment@v2.2.3

- uses: cvxgrp/.github/actions/jupyter@v2.2.2
- uses: cvxgrp/.github/actions/jupyter@v2.2.3

pdoc:
runs-on: ubuntu-latest
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/environment@v2.2.2
uses: cvxgrp/.github/actions/environment@v2.2.3

- uses: cvxgrp/.github/actions/pdoc@v2.2.2
- uses: cvxgrp/.github/actions/pdoc@v2.2.3


book:
Expand All @@ -48,4 +48,4 @@ jobs:
pages: write

steps:
- uses: cvxgrp/.github/actions/book@v2.2.2
- uses: cvxgrp/.github/actions/book@v2.2.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/environment@v2.2.2
uses: cvxgrp/.github/actions/environment@v2.2.3
with:
python-version: ${{ matrix.python-version }}

- uses: cvxgrp/.github/actions/test@v2.2.2
- uses: cvxgrp/.github/actions/test@v2.2.3
6 changes: 3 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/pre-commit@v2.2.2
- 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.2
uses: cvxgrp/.github/actions/environment@v2.2.3

- uses: cvxgrp/.github/actions/deptry@v2.2.2
- uses: cvxgrp/.github/actions/deptry@v2.2.3
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:

steps:
- name: Generate Tag
uses: cvxgrp/.github/actions/tag@v2.2.2
uses: cvxgrp/.github/actions/tag@v2.2.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ff650ad

Please sign in to comment.