Skip to content

Commit 20ce2c7

Browse files
chore(deps): update tschm/cradle action to v0.1.72 (#259)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 589720e commit 20ce2c7

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/book.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Set up the Python virtual environment with all required dependencies
2525
# This uses a reusable action from the cradle repository
2626
- name: "Build the virtual environment for ${{ github.repository }}"
27-
uses: tschm/cradle/actions/[email protected].71
27+
uses: tschm/cradle/actions/[email protected].72
2828

2929
# Find all Experiment*.py files in the book/marimo directory and export them to HTML
3030
# This creates static HTML versions of the interactive notebooks
@@ -69,11 +69,11 @@ jobs:
6969
# Set up the Python virtual environment with all required dependencies
7070
# This uses a reusable action from the cradle repository
7171
- name: "Build the virtual environment for ${{ github.repository }}"
72-
uses: tschm/cradle/actions/[email protected].71
72+
uses: tschm/cradle/actions/[email protected].72
7373

7474
# Build the Jupyter Book using a reusable action
7575
# This action handles the book building process including configuration
76-
- uses: tschm/cradle/actions/[email protected].71
76+
- uses: tschm/cradle/actions/[email protected].72
7777

7878
# Job to combine all artifacts and prepare them for deployment
7979
# This job runs after both jupyter and marimo jobs have completed
@@ -89,4 +89,4 @@ jobs:
8989
steps:
9090
- name: Publish book
9191
id: deployment
92-
uses: tschm/cradle/actions/[email protected].71
92+
uses: tschm/cradle/actions/[email protected].72

.github/workflows/marimo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: "Build the virtual environment for ${{ github.repository }}"
21-
uses: tschm/cradle/actions/[email protected].71
21+
uses: tschm/cradle/actions/[email protected].72
2222

2323
- name: List notebooks
2424
id: set-notebooks
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: "Build the virtual environment for ${{ github.repository }}"
43-
uses: tschm/cradle/actions/[email protected].71
43+
uses: tschm/cradle/actions/[email protected].72
4444

4545
- name: Run notebook
4646
run: |

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
# Use reusable action from cvxgrp to run pre-commit checks
20-
- uses: tschm/cradle/actions/[email protected].71
20+
- uses: tschm/cradle/actions/[email protected].72

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# This automatically determines the next version number based on commit messages
2727
# The build_package parameter is set to false to prevent building a package
2828
- name: Generate Tag
29-
uses: tschm/cradle/actions/[email protected].71
29+
uses: tschm/cradle/actions/[email protected].72
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
build_package: 'false' # Explicitly disable package building

0 commit comments

Comments
 (0)