Skip to content

Commit

Permalink
Update cvxgrp/.github action to v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2025
1 parent 0af4d3c commit 0b3ed11
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.1
uses: cvxgrp/.github/actions/environment@v2.2.2

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


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

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


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

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

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

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


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

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

- uses: cvxgrp/.github/actions/test@v2.2.1
- uses: cvxgrp/.github/actions/test@v2.2.2
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.1
- uses: cvxgrp/.github/actions/pre-commit@v2.2.2

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

- uses: cvxgrp/.github/actions/deptry@v2.2.1
- uses: cvxgrp/.github/actions/deptry@v2.2.2
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.1
uses: cvxgrp/.github/actions/tag@v2.2.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0b3ed11

Please sign in to comment.