Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Feb 5, 2025
1 parent 1abca6b commit 334dd57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions template/.github/workflows/book.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment"
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
with:
source_folder: book/marimo

pdoc:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment"
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
with:
source-folder: src/{{ project_name }}

Expand Down
6 changes: 3 additions & 3 deletions template/.github/workflows/pre-commit.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Build the virtual environment"
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
with:
source-folder: src/{{ project_name }}

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
2 changes: 1 addition & 1 deletion template/.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/tag@v2.1.1
uses: cvxgrp/.github/actions/tag@v2.1.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 334dd57

Please sign in to comment.