Skip to content

Commit

Permalink
Update cvxgrp/.github action to v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 8961382 commit d3a1f02
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

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

pdoc:
runs-on: "ubuntu-latest"
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/[email protected].2
- uses: cvxgrp/.github/actions/uv/[email protected].3
with:
source-folder: 'pyhrp'

Expand All @@ -28,14 +28,14 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

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

jupyter:
runs-on: "ubuntu-latest"
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4
- uses: cvxgrp/.github/actions/uv/[email protected].2
- uses: cvxgrp/.github/actions/uv/[email protected].3

book:
runs-on: "ubuntu-latest"
Expand All @@ -48,4 +48,4 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/[email protected].2
- uses: cvxgrp/.github/actions/[email protected].3
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/[email protected].2
- uses: cvxgrp/.github/actions/uv/[email protected].3
with:
python-version: ${{ matrix.python-version }}
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/[email protected].2
- uses: cvxgrp/.github/actions/uv/[email protected].3
with:
source-folder: 'pyhrp'

Expand All @@ -22,6 +22,6 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/[email protected].2
- uses: cvxgrp/.github/actions/uv/[email protected].3
with:
source-folder: 'pyhrp'
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

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

deploy:
runs-on: ubuntu-latest
Expand All @@ -26,4 +26,4 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

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

0 comments on commit d3a1f02

Please sign in to comment.