From 4b12f10d43757ed8d28759ae2e68c733cb1fe474 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Thu, 6 Feb 2025 19:54:27 +0400 Subject: [PATCH] Update book.yml.jinja --- 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 ea58a1d..253ab16 100644 --- a/template/.github/workflows/book.yml.jinja +++ b/template/.github/workflows/book.yml.jinja @@ -14,7 +14,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Build the virtual environment" - uses: cvxgrp/.github/actions/uv/environment@v2.1.1 + uses: cvxgrp/.github/actions/environment@v2.2.1 - uses: cvxgrp/.github/actions/marimo@v2.1.1 with: @@ -24,7 +24,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Build the virtual environment" - uses: cvxgrp/.github/actions/uv/environment@v2.1.1 + uses: cvxgrp/.github/actions/environment@v2.2.1 - uses: cvxgrp/.github/actions/pdoc@v2.1.1 with: @@ -35,7 +35,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Build the virtual environment" - uses: cvxgrp/.github/actions/uv/environment@v2.1.1 + uses: cvxgrp/.github/actions/environment@v2.2.1 - uses: cvxgrp/.github/actions/coverage@v2.1.1 with: @@ -47,7 +47,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Build the virtual environment" - uses: cvxgrp/.github/actions/uv/environment@v2.1.1 + uses: cvxgrp/.github/actions/environment@v2.2.1 - uses: cvxgrp/.github/actions/jupyter@v2.1.1