Skip to content

Commit

Permalink
Update cvxgrp/.github action to v2.1.1 (#193)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent 67db45d commit 7bc0637
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 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/uv/environment@v2.1.0
uses: cvxgrp/.github/actions/uv/environment@v2.1.1

- uses: cvxgrp/.github/actions/marimo@v2.1.0
- uses: cvxgrp/.github/actions/marimo@v2.1.1

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

- uses: cvxgrp/.github/actions/pdoc@v2.1.0
- uses: cvxgrp/.github/actions/pdoc@v2.1.1

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

- uses: cvxgrp/.github/actions/coverage@v2.1.0
- uses: cvxgrp/.github/actions/coverage@v2.1.1

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

- uses: cvxgrp/.github/actions/jupyter@v2.1.0
- uses: cvxgrp/.github/actions/jupyter@v2.1.1

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

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

- uses: cvxgrp/.github/actions/test@v2.1.0
- uses: cvxgrp/.github/actions/test@v2.1.1
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/uv/environment@v2.1.0
uses: cvxgrp/.github/actions/uv/environment@v2.1.1

- uses: cvxgrp/.github/actions/deptry@v2.1.0
- uses: cvxgrp/.github/actions/deptry@v2.1.1


pre-commit:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/pre-commit@v2.1.0
- uses: cvxgrp/.github/actions/pre-commit@v2.1.1
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/uv/environment@v2.1.0
uses: cvxgrp/.github/actions/uv/environment@v2.1.1

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

Expand Down

0 comments on commit 7bc0637

Please sign in to comment.