From 96d111652e59074dcebada06b6ac67259b4bee1b Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Fri, 7 Feb 2025 09:26:41 +0400 Subject: [PATCH] Update book.yml.jinja (#61) --- template/.github/workflows/book.yml.jinja | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/template/.github/workflows/book.yml.jinja b/template/.github/workflows/book.yml.jinja index 253ab16..2bbf7a7 100644 --- a/template/.github/workflows/book.yml.jinja +++ b/template/.github/workflows/book.yml.jinja @@ -16,7 +16,7 @@ jobs: - name: "Build the virtual environment" uses: cvxgrp/.github/actions/environment@v2.2.1 - - uses: cvxgrp/.github/actions/marimo@v2.1.1 + - uses: cvxgrp/.github/actions/marimo@v2.2.1 with: source_folder: book/marimo @@ -37,7 +37,7 @@ jobs: - name: "Build the virtual environment" uses: cvxgrp/.github/actions/environment@v2.2.1 - - uses: cvxgrp/.github/actions/coverage@v2.1.1 + - uses: cvxgrp/.github/actions/coverage@v2.2.1 with: tests-folder: src/tests source-folder: src/{{ project_name }} @@ -49,7 +49,7 @@ jobs: - name: "Build the virtual environment" uses: cvxgrp/.github/actions/environment@v2.2.1 - - uses: cvxgrp/.github/actions/jupyter@v2.1.1 + - uses: cvxgrp/.github/actions/jupyter@v2.2.1 book: runs-on: "ubuntu-latest" @@ -61,4 +61,4 @@ jobs: steps: - name: Upload the book if: ${% raw %}{{ env.ACT != 'true' }}{% endraw %} # Skip if running with 'act' - uses: cvxgrp/.github/actions/book@v2.1.1 + uses: cvxgrp/.github/actions/book@v2.2.1