Skip to content

Commit

Permalink
Merge pull request #259 from tschm/renovate/cvxgrp-.github-2.x
Browse files Browse the repository at this point in the history
Update cvxgrp/.github action to v2.0.16
  • Loading branch information
tschm authored Feb 2, 2025
2 parents a42a37d + fe20527 commit dc26b91
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/book.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].13
- uses: cvxgrp/.github/actions/uv/[email protected].16
with:
source-folder: src/antarctic

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

- uses: cvxgrp/.github/actions/uv/[email protected].13
- uses: cvxgrp/.github/actions/uv/[email protected].16
with:
tests-folder: src/tests

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

- uses: cvxgrp/.github/actions/uv/[email protected].13
- uses: cvxgrp/.github/actions/uv/[email protected].16

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

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

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

- uses: cvxgrp/.github/actions/uv/[email protected].13
- uses: cvxgrp/.github/actions/uv/[email protected].16
with:
source-folder: src/antarctic
tests-folder: src/tests
Expand All @@ -46,6 +46,6 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/[email protected].13
- uses: cvxgrp/.github/actions/uv/[email protected].16
with:
source-folder: src/antarctic
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Generate Tag
uses: cvxgrp/.github/actions/uv/[email protected].13
uses: cvxgrp/.github/actions/uv/[email protected].16
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit dc26b91

Please sign in to comment.